Skip to content
Snippets Groups Projects
Commit 54ab434d authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Proxy: Change string

No Proxy meant that Gajim is not overriding a system configured proxy.

System makes this more clear.
parent eb02ccc3
No related branches found
No related tags found
No related merge requests found
......@@ -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}),
......
......@@ -983,7 +983,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}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment