Daniel Brötzmann pushed to branch archiving at gajim / gajim


Commits:
06df0520 by wurstsalat at 2026-01-04T16:38:29+01:00
imprv: Preferences: Improve archiving settings wording

- - - - -


2 changed files:

- gajim/gtk/preference/account.py
- gajim/gtk/preference/archiving.py


Changes:

=====================================
gajim/gtk/preference/account.py
=====================================
@@ -629,7 +629,7 @@ def __init__(self, account: str) -> None:
             description=_(
                 "Configure which messages will be archived on the server. "
                 "Not archiving messages on the server may prevent them from "
-                "syncing across your devices."
+                "synchronizing between your devices."
             ),
             title=_("Preferences"),
         )


=====================================
gajim/gtk/preference/archiving.py
=====================================
@@ -46,9 +46,9 @@ def __init__(self, account: str) -> None:
 
         self._default_dropdown.set_data(
             {
-                "always": _("All"),
+                "always": _("All Messages"),
                 "roster": _("Messages from Contacts"),
-                "never": _("None"),
+                "never": _("No Messages"),
             }
         )
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/06df0520a4cb154beaca88d39759a53108a387cc

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/06df0520a4cb154beaca88d39759a53108a387cc
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to