# HG changeset patch # User Goffi # Date 1295783769 -3600 # Node ID bfd01aed0a3a2339e77939a2b9fc73bf61398000 # Parent af3d4f11fe43b5425eecf0fc9ecc93e9a54f3f33 added "please" in password error message diff -r af3d4f11fe43 -r bfd01aed0a3a frontends/src/quick_frontend/quick_app.py --- 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)