Skip to content
Snippets Groups Projects
Commit 605924b2 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[Jeff] fix some strings.

parent d48cde2b
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ class LeaveGroupchatsCommand(AdHocCommand):
self.badRequest(request)
return False
response, cmd = self.buildResponse(request, status = 'completed')
note = _('You leaved the following groupchats:')
note = _('You left the following groupchats:')
for room_jid in gc:
note += '\n\t' + room_jid
cmd.addChild('note', {}, note)
......
......@@ -569,7 +569,7 @@ class Connection(ConnectionHandlers):
else:
self.dispatch('ERROR', (_('Error while removing privacy list'),
_('Privacy list %s has not been removed. It is maybe active in '
'one of your connected resources. Desactivate it and try '
'one of your connected resources. Deactivate it and try '
'again.') % privacy_list))
common.xmpp.features_nb.delPrivacyList(self.connection, privacy_list,
_on_del_privacy_list_result)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment