From b30e4548483cba2c33273293a0b8340b950cb997 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 22 Jan 2007 18:21:13 +0000 Subject: [PATCH] Gnomekeyring -> Gnoem Keyring. see #2916 (2.) --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index 54078817a..19d6ce564 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2729,7 +2729,7 @@ class RosterWindow: text = _('Enter your password for account %s') % account if passwords.USER_HAS_GNOMEKEYRING and \ 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, _('Save password')) passphrase, save = w.run()