Philipp Hörist pushed to branch master at gajim / gajim


Commits:
6330f453 by lovetox at 2022-03-23T19:11:24+01:00
Accounts: Change text of privacy setting

It’s not possible to disable client information anymore

- - - - -


1 changed file:

- gajim/gtk/accounts.py


Changes:

=====================================
gajim/gtk/accounts.py
=====================================
@@ -732,11 +732,11 @@ def __init__(self, account: str) -> None:
                     desc=_('Disclose the local system time of the '
                            'device Gajim runs on')),
 
-            Setting(SettingKind.SWITCH, _('Client / Operating System'),
+            Setting(SettingKind.SWITCH, _('Operating System'),
                     SettingType.ACCOUNT_CONFIG, 'send_os_info',
                     callback=self._send_os_info,
-                    desc=_('Disclose information about the client '
-                           'and operating system you currently use')),
+                    desc=_('Disclose information about the '
+                           'operating system you currently use')),
 
             Setting(SettingKind.SWITCH, _('Media Playback'),
                     SettingType.ACCOUNT_CONFIG, 'publish_tune',



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/6330f45337d39cbeacee1e17cf1ae25214e0f803

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/6330f45337d39cbeacee1e17cf1ae25214e0f803
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

Reply via email to