Remove backspace in Gnome Keyring dialog. Fixes #6933
This commit is contained in:
parent
94644a2ee3
commit
3df4a940aa
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue