diff options
Diffstat (limited to 'src/core.py')
-rw-r--r-- | src/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py index 28ccebba..9b74c1a5 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'), |