diff --git a/ciclopibot/__init__.py b/ciclopibot/__init__.py
index 20e5e8b..2a94f5e 100644
--- a/ciclopibot/__init__.py
+++ b/ciclopibot/__init__.py
@@ -3,6 +3,6 @@
__author__ = "Davide Testa"
__email__ = "davide@davte.it"
__license__ = "GNU General Public License v3.0"
-__version__ = "1.0.13"
+__version__ = "1.0.14"
__maintainer__ = "Davide Testa"
__contact__ = "t.me/davte"
diff --git a/ciclopibot/bot.py b/ciclopibot/bot.py
index d54c3db..da00e13 100644
--- a/ciclopibot/bot.py
+++ b/ciclopibot/bot.py
@@ -57,7 +57,7 @@ supported_languages = {
ciclopibot_help_messages = {
'help_command': {
'text': {
- 'en': "{bot.name} guide\n\n"
+ 'en': "📖 {bot.name} guide\n\n"
"Welcome!\n"
"To visit a guide section, press the corresponding "
"button.\n"
diff --git a/ciclopibot/ciclopi.py b/ciclopibot/ciclopi.py
index d789a2d..d49ba3a 100644
--- a/ciclopibot/ciclopi.py
+++ b/ciclopibot/ciclopi.py
@@ -68,10 +68,10 @@ CICLOPI_SETTINGS = {
CICLOPI_SORTING_CHOICES = {
0: dict(
- name='Scuola',
- description='in ordine di distanza crescente da Scuola.',
- short_description='per distanza da Scuola',
- symbol='🏫'
+ name='Borgo',
+ description='in ordine di distanza crescente da Borgo Stretto.',
+ short_description='per distanza da Borgo Stretto',
+ symbol='🏛'
),
1: dict(
name='Alfabetico',
@@ -82,7 +82,7 @@ CICLOPI_SORTING_CHOICES = {
2: dict(
name='Posizione',
description='in ordine di distanza crescente dall\'ultima posizione '
- 'inviata. Di default sarà la posizione di Scuola.',
+ 'inviata. Di default sarà Borgo Stretto.',
short_description='per distanza',
symbol='🧭'
),
@@ -184,7 +184,7 @@ class Location():
default_location = Location(
- (43.719821, 10.403021) # M. Libertà station
+ (43.718518, 10.402165) # Borgo Stretto Station
)