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=(