Philipp Hörist pushed to branch master at gajim / gajim
Commits:
378e9579 by Daniel Brötzmann at 2020-07-08T17:09:46+02:00
AccountWizard: Anonymous login wording
- - - - -
1 changed file:
- gajim/gtk/account_wizard.py
Changes:
=====================================
gajim/gtk/account_wizard.py
=====================================
@@ -363,7 +363,8 @@ class AccountWizard(Assistant):
if error == 'anonymous-not-supported':
self._show_error_page(_('Anonymous login not supported'),
_('Anonymous login not supported'),
- _('This server does not support
anonymous'))
+ _('This server does not support '
+ 'anonymous login.'))
else:
self._show_error_page(_('Authentication failed'),
SASL_ERRORS.get(error),
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/378e9579bba7738918f3bd3ed26b7555044de410
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/378e9579bba7738918f3bd3ed26b7555044de410
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