Queer European MD passionate about IT
Davte 5 лет назад
Родитель
Сommit
1a71fa0fd5
2 измененных файлов с 6 добавлено и 4 удалено
  1. 1 1
      ciclopibot/__init__.py
  2. 5 3
      ciclopibot/messages.py

+ 1 - 1
ciclopibot/__init__.py

@@ -3,6 +3,6 @@
 __author__ = "Davide Testa"
 __email__ = "davide@davte.it"
 __license__ = "GNU General Public License v3.0"
-__version__ = "1.1.3"
+__version__ = "1.1.4"
 __maintainer__ = "Davide Testa"
 __contact__ = "t.me/davte"

+ 5 - 3
ciclopibot/messages.py

@@ -459,14 +459,16 @@ default_help_messages = {
             'en': "<b>📖 {bot.name} guide</b>\n\n"
                   "Welcome!\n"
                   "To visit a guide section, press the corresponding button.\n"
-                  "To view all available commands, see section `Comandi`.\n\n"
+                  "To view all available commands, see section "
+                  "<code>Commands</code>.\n\n"
                   "Bot author and administrator: @Davte",
             'it': "<b>📖 Guida di {bot.name}\n\n</b>"
                   "Benvenuto!\n"
                   "Per leggere una sezione della guida premi il bottone "
-                  "corrispondente. Per conoscere  tutti i comandi "
+                  "corrispondente.\n"
+                  "Per conoscere  tutti i comandi "
                   "disponibili, visita l'apposita sezione della guida "
-                  "premendo il pulsante Comandi.\n\n"
+                  "premendo il pulsante <code>Comandi</code>.\n\n"
                   "Autore e amministratore del bot: @Davte"
         },
         'reply_keyboard_button': {