Remove backspace in Gnome Keyring dialog. Fixes #6933

This commit is contained in:
Denis Fomin 2011-07-28 16:39:26 +03:00
parent 94644a2ee3
commit 3df4a940aa
1 changed files with 3 additions and 3 deletions

View File

@ -716,9 +716,9 @@ class Interface:
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' + _('Gnome Keyring is installed but not \ text += '\n' + _('Gnome Keyring is installed but not '
correctly started (environment variable probably not \ 'correctly started (environment variable probably not '
correctly set)') 'correctly set)')
def on_ok(passphrase, save): def on_ok(passphrase, save):
if save: if save: