comparison frontends/src/quick_frontend/quick_app.py @ 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 c4b84a2d2ad1
comparison
equal deleted inserted replaced
262:af3d4f11fe43 263:bfd01aed0a3a
193 if not self.check_profile(profile): 193 if not self.check_profile(profile):
194 return 194 return
195 debug(_("Connection Error")) 195 debug(_("Connection Error"))
196 self.disconnected(profile) 196 self.disconnected(profile)
197 if error_type == "AUTH_ERROR": 197 if error_type == "AUTH_ERROR":
198 self.showDialog(_("Can't connect to account, check your password"), _("Connection error"), "error") 198 self.showDialog(_("Can't connect to account, please check your password"), _("Connection error"), "error")
199 else: 199 else:
200 error(_('FIXME: error_type %s not implemented') % error_type) 200 error(_('FIXME: error_type %s not implemented') % error_type)
201 201
202 def newContact(self, JabberId, attributes, groups, profile): 202 def newContact(self, JabberId, attributes, groups, profile):
203 if not self.check_profile(profile): 203 if not self.check_profile(profile):