changeset 263:bfd01aed0a3a

added "please" in password error message
author Goffi <goffi@goffi.org>
date Sun, 23 Jan 2011 12:56:09 +0100
parents af3d4f11fe43
children 27bc5d7732a3
files frontends/src/quick_frontend/quick_app.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_app.py	Sat Jan 22 15:53:56 2011 +0100
+++ b/frontends/src/quick_frontend/quick_app.py	Sun Jan 23 12:56:09 2011 +0100
@@ -195,7 +195,7 @@
         debug(_("Connection Error"))
         self.disconnected(profile)
         if error_type == "AUTH_ERROR":
-            self.showDialog(_("Can't connect to account, check your password"), _("Connection error"), "error")
+            self.showDialog(_("Can't connect to account, please check your password"), _("Connection error"), "error")
         else:
             error(_('FIXME: error_type %s not implemented') % error_type)