diff --git a/davtelepot/__init__.py b/davtelepot/__init__.py index 29aa2b1..5232e38 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.17" +__version__ = "1.4.18" __maintainer__ = "Davide Testa" __contact__ = "t.me/davte" diff --git a/davtelepot/admin_tools.py b/davtelepot/admin_tools.py index 6503393..373624a 100644 --- a/davtelepot/admin_tools.py +++ b/davtelepot/admin_tools.py @@ -89,9 +89,9 @@ TALK_MESSAGES = dict( en=( 'Session with admin {u} ended.' ), - it={ + it=( 'Sessione terminata con l\'amministratore {u}.' - }, + ), ), user_warning=dict( en=( @@ -99,11 +99,11 @@ TALK_MESSAGES = dict( 'Until this session is ended by {u}, your messages will be ' 'forwarded to each other.' ), - it={ + it=( '{u}, amministratore di questo bot, vuole parlare con te.\n' 'Finché non chiuderà la connessione, i messaggi che scriverai ' 'qui saranno inoltrati a {u}, e ti inoltrerò i suoi.' - }, + ), ), # key=dict( # en='', @@ -113,9 +113,9 @@ TALK_MESSAGES = dict( # en=( # '' # ), - # it={ + # it=( # '' - # }, + # ), # ), )