Philipp Hörist pushed to branch master at gajim / gajim
Commits:
13438f67 by Nicoco at 2023-10-04T17:24:01+00:00
imprv: Accounts: Be more consistent with chat state settings
- - - - -
1 changed file:
- gajim/gtk/accounts.py
Changes:
=====================================
gajim/gtk/accounts.py
=====================================
@@ -778,9 +778,9 @@ def __init__(self, account: str) -> None:
}
chatstate_entries = {
- 'all': _('Enabled'),
- 'composing_only': _('Composing Only'),
'disabled': _('Disabled'),
+ 'composing_only': _('Composing Only'),
+ 'all': _('All Chat States'),
}
encryption_entries = {
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/13438f676d39079d30d705502755591ccd3170f5
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/13438f676d39079d30d705502755591ccd3170f5
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]