From b3786171167337685c21d64f4eed4a7cc1c5b130 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Wed, 22 Feb 2023 11:43:10 -0800 Subject: more code formatting --- prompt/string.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'prompt/string.py') diff --git a/prompt/string.py b/prompt/string.py index af3363a..9a5a357 100644 --- a/prompt/string.py +++ b/prompt/string.py @@ -1,9 +1,16 @@ +PROMPT_START = "Hello, this is `checkin.bot`. \n\n" \ + "This is a Telegram bot with functionality similar to Foursquare Swarm, " \ + "but check in and post your location to the Fediverse (Mastodon/Pleroma) instead of Twitter.\n\n" \ + "Aware of privacy concerns, this bot will not store your location data." \ + "*Be safe and cautious when sharing your real time location on the web.* \n\n" \ + "Start using this bot by sharing your location using Telegram context menu to it." + PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" PROMPT_LOCATION_KEYWORD = "You can input location search keywords or press skip" -PROMPT_NO_NEARBY_POI = "No nearby places found. You can input location name manually" -PROMPT_CHOOSE_POI_FROM_LIST = "Where are you?" +PROMPT_WAIT_LOCATION_CONFIRMATION_NO_NEARBY_POI = "No nearby places found. But you can input location name manually." +PROMPT_WAIT_LOCATION_CONFIRMATION = "Where are you?" PROMPT_HELP = "Use /start to test this bot." PROMPT_CANCELED = "Canceled" PROMPT_MAX_PHOTO_REACHED = "Cannot attach more than 4 medias, only first 4 will be posted" -- cgit v1.2.3