Parentheses

This commit is contained in:
Davte 2018-11-26 18:30:09 +01:00
parent 2ab0712036
commit 7881a97a73
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

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