Skip to content

Commit 3e24c3c

Browse files
committed
Traduzione sub-modulo string_handling
1 parent 4333056 commit 3e24c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tg_bot/modules/helper_funcs/string_handling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,5 @@ def extract_time(message, time_val):
254254
return ""
255255
return bantime
256256
else:
257-
message.reply_text("Invalid time type specified. Expected m,h, or d, got: {}".format(time_val[-1]))
257+
message.reply_text("Stringa invalida. Mi aspetto questo ordine: m,h oppure d. Ho ricevuto: {}".format(time_val[-1]))
258258
return ""

0 commit comments

Comments
 (0)