Gnomekeyring -> Gnoem Keyring. see #2916 (2.)

This commit is contained in:
Yann Leboulanger 2007-01-22 18:21:13 +00:00
parent 290154189f
commit b30e454848
1 changed files with 1 additions and 1 deletions

View File

@ -2729,7 +2729,7 @@ class RosterWindow:
text = _('Enter your password for account %s') % account text = _('Enter your password for account %s') % account
if passwords.USER_HAS_GNOMEKEYRING and \ if passwords.USER_HAS_GNOMEKEYRING and \
not passwords.USER_USES_GNOMEKEYRING: not passwords.USER_USES_GNOMEKEYRING:
text += '\n' + _('Gnomekeyring is installed but not correctly started (environment variable probably not correctly set)') text += '\n' + _('Gnome Keyring is installed but not correctly started (environment variable probably not correctly set)')
w = dialogs.PassphraseDialog(_('Password Required'), text, w = dialogs.PassphraseDialog(_('Password Required'), text,
_('Save password')) _('Save password'))
passphrase, save = w.run() passphrase, save = w.run()