imrpove suse string for download

This commit is contained in:
Nikos Kouremenos 2005-09-06 19:29:25 +00:00
parent d9b216f3ef
commit c535a06e13
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ class Connection:
elif errcode == '409': # nick conflict
self.dispatch('ERROR', (_('Unable to join room'),
_('Your desired nickname is in use or registered by another user.')))
else: # print in Groupchat window the error
else: # print in the window the error
self.dispatch('ERROR_ANSWER', ('', prs.getFrom().getStripped(),
errmsg, errcode))
if not ptype or ptype == 'unavailable':