Philipp Hörist pushed to branch master at gajim / gajim
Commits:
f8f84338 by Philipp Hörist at 2017-09-25T13:57:25+02:00
Rename Zeroconf Credentials Dialog
- - - - -
1 changed file:
- gajim/accounts_window.py
Changes:
=====================================
gajim/accounts_window.py
=====================================
--- a/gajim/accounts_window.py
+++ b/gajim/accounts_window.py
@@ -556,8 +556,8 @@ class ZeroConfPage(GenericOptionPage):
def __init__(self, account, parent=None):
options = [
- Option(OptionKind.DIALOG, _('Credentials'),
- OptionType.DIALOG, props={'dialog': CredentialsDialog}),
+ Option(OptionKind.DIALOG, _('Profile'),
+ OptionType.DIALOG, props={'dialog': ZeroconfProfileDialog}),
Option(OptionKind.SWITCH, _('Connect on startup'),
OptionType.ACCOUNT_CONFIG, 'autoconnect',
@@ -578,7 +578,7 @@ class ZeroConfPage(GenericOptionPage):
GenericOptionPage.__init__(self, account, parent, options)
-class CredentialsDialog(OptionsDialog):
+class ZeroconfProfileDialog(OptionsDialog):
def __init__(self, account, parent):
options = [
@@ -595,7 +595,7 @@ class CredentialsDialog(OptionsDialog):
OptionType.ACCOUNT_CONFIG, 'zeroconf_email'),
]
- OptionsDialog.__init__(self, parent, _('Credential Options'),
+ OptionsDialog.__init__(self, parent, _('Profile'),
Gtk.DialogFlags.MODAL, options, account)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/f8f84338b2f211d652c39aff06f90e84bc073b82
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/f8f84338b2f211d652c39aff06f90e84bc073b82
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