Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoco <nicoco@nicoco.fr>2023-10-04 20:24:01 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-10-04 20:24:01 +0300
commit13438f676d39079d30d705502755591ccd3170f5 (patch)
treead486d3ab423b2ab900c60f2579425c8beebf2a2
parentd6c1fba0b5c9dce32b037c43642032736da05a1d (diff)
imprv: Accounts: Be more consistent with chat state settings
-rw-r--r--gajim/gtk/accounts.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gajim/gtk/accounts.py b/gajim/gtk/accounts.py
index aea1ec5de..580044cb7 100644
--- a/gajim/gtk/accounts.py
+++ b/gajim/gtk/accounts.py
@@ -778,9 +778,9 @@ class PrivacyPage(GenericSettingPage):
}
chatstate_entries = {
- 'all': _('Enabled'),
- 'composing_only': _('Composing Only'),
'disabled': _('Disabled'),
+ 'composing_only': _('Composing Only'),
+ 'all': _('All Chat States'),
}
encryption_entries = {