From 3df4a940aa4cd5555ac0e34df55c88ea174a69c8 Mon Sep 17 00:00:00 2001
From: Denis Fomin <fominde@gmail.com>
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 86dd76fcdf..f2d379d813 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:
-- 
GitLab