From aceeeb187711e7a481738c99eb0aa8bce77e0303 Mon Sep 17 00:00:00 2001 From: Fomin Denis Date: Thu, 28 Jul 2011 16:39:26 +0300 Subject: [PATCH] Remove backspace in Gnome Keyring dialog. Fixes #6933 --- src/gui_interface.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui_interface.py b/src/gui_interface.py index 86dd76fcd..f2d379d81 100644 --- a/src/gui_interface.py +++ b/src/gui_interface.py @@ -716,9 +716,9 @@ class Interface: text = _('Enter your password for account %s') % account if passwords.USER_HAS_GNOMEKEYRING and \ not passwords.USER_USES_GNOMEKEYRING: - text += '\n' + _('Gnome Keyring 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)') def on_ok(passphrase, save): if save: -- 2.11.4.GIT