summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2012-01-27 18:26:33 +0100
committerFlorent Le Coz <louiz@louiz.org>2012-01-27 18:26:33 +0100
commite8b0c302fe59b9f1f9ea0b7c6190fb62a62ab010 (patch)
treeabcc4216e08d6e450bc1914c933a5316ab2fb729 /src
parent7433510470beaa8f009a14d57952133e7dff82b0 (diff)
downloadpoezio-e8b0c302fe59b9f1f9ea0b7c6190fb62a62ab010.tar.gz
poezio-e8b0c302fe59b9f1f9ea0b7c6190fb62a62ab010.tar.bz2
poezio-e8b0c302fe59b9f1f9ea0b7c6190fb62a62ab010.tar.xz
poezio-e8b0c302fe59b9f1f9ea0b7c6190fb62a62ab010.zip
Typo.
Diffstat (limited to 'src')
-rw-r--r--src/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py
index 1023c748..2fdc97aa 100644
--- a/src/core.py
+++ b/src/core.py
@@ -60,7 +60,7 @@ from daemon import Executor
ERROR_AND_STATUS_CODES = {
'401': _('A password is required'),
'403': _('Permission denied'),
- '404': _('The room does\'nt exist'),
+ '404': _('The room doesn’t exist'),
'405': _('Your are not allowed to create a new room'),
'406': _('A reserved nick must be used'),
'407': _('You are not in the member list'),