Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2007-09-22 15:54:14 +0400
committerYann Leboulanger <asterix@lagaule.org>2007-09-22 15:54:14 +0400
commita7d932a63f213f52c6f11df59fa91ff965e1af7c (patch)
tree964a98a148f87dced5387c3cdd112f53c38489d8
parentda903ff511187002bd410a3ecf22a3f823506307 (diff)
fix typo in a string
-rw-r--r--src/common/connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/connection.py b/src/common/connection.py
index be75398b9..a02d278ff 100644
--- a/src/common/connection.py
+++ b/src/common/connection.py
@@ -496,7 +496,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)