From 7881a97a7328032b5d825b3595141b5be5d02772 Mon Sep 17 00:00:00 2001 From: Davte Date: Mon, 26 Nov 2018 18:30:09 +0100 Subject: [PATCH] Parentheses --- davtelepot/__init__.py | 2 +- davtelepot/admin_tools.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/davtelepot/__init__.py b/davtelepot/__init__.py index 4164378..29aa2b1 100644 --- a/davtelepot/__init__.py +++ b/davtelepot/__init__.py @@ -7,7 +7,7 @@ __author__ = "Davide Testa" __email__ = "davte@libero.it" __credits__ = "Marco Origlia" __license__ = "GNU General Public License v3.0" -__version__ = "1.4.16" +__version__ = "1.4.17" __maintainer__ = "Davide Testa" __contact__ = "t.me/davte" diff --git a/davtelepot/admin_tools.py b/davtelepot/admin_tools.py index 868f441..6503393 100644 --- a/davtelepot/admin_tools.py +++ b/davtelepot/admin_tools.py @@ -21,9 +21,9 @@ TALK_MESSAGES = dict( en=( 'Session with user {u} ended.' ), - it={ + it=( 'Sessione terminata con l\'utente {u}.' - }, + ), ), admin_warning=dict( en=(