Philipp Hörist pushed to branch gajim_1.3 at gajim / gajim
Commits:
72b6dea5 by lovetox at 2021-01-05T20:55:10+01:00
Proxy: Change string
No Proxy meant that Gajim is not overriding a system configured proxy.
System makes this more clear.
- - - - -
2 changed files:
- gajim/gtk/accounts.py
- gajim/gtk/preferences.py
Changes:
=====================================
gajim/gtk/accounts.py
=====================================
@@ -787,7 +787,7 @@ def __init__(self, account):
Setting(SettingKind.POPOVER, _('Proxy'),
SettingType.ACCOUNT_CONFIG, 'proxy', name='proxy',
props={'entries': self._get_proxies(),
- 'default-text': _('No Proxy'),
+ 'default-text': _('System'),
'button-icon-name': 'preferences-system-symbolic',
'button-callback': self._on_proxy_edit}),
=====================================
gajim/gtk/preferences.py
=====================================
@@ -977,7 +977,7 @@ def __init__(self, pref_window):
'global_proxy',
name='global_proxy',
props={'entries': self._get_proxies(),
- 'default-text': _('No Proxy'),
+ 'default-text': _('System'),
'button-icon-name': 'preferences-system-symbolic',
'button-callback': self._on_proxy_edit}),
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/72b6dea54931f87b7017052db0bb28ba616a292c
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/72b6dea54931f87b7017052db0bb28ba616a292c
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits