aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'prompt/string.py')
-rw-r--r--prompt/string.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/prompt/string.py b/prompt/string.py
index b7aeff1..2fe13f6 100644
--- a/prompt/string.py
+++ b/prompt/string.py
@@ -34,8 +34,7 @@ PROMPT_HELP = "Available commands:" \
34 "You can use this command to login to multiple Fediverse accounts" \ 34 "You can use this command to login to multiple Fediverse accounts" \
35 "\n`/list` - list current linked Fediverse accounts" \ 35 "\n`/list` - list current linked Fediverse accounts" \
36 "\n`/logout [number]` - logout from specified Fediverse account, default logout from all" \ 36 "\n`/logout [number]` - logout from specified Fediverse account, default logout from all" \
37 "\n`/vis public|private|unlisted [number]` - " \ 37 "\n`/vis` - toggle visibility of your checkins on specified instances, default=private" \
38 "toggle visibility of your checkins on specified instances, default=private" \
39 "\n`/tos` - show ToS message" \ 38 "\n`/tos` - show ToS message" \
40 "\n`/cancel` - cancel current operation during checkins" 39 "\n`/cancel` - cancel current operation during checkins"
41 40
@@ -43,6 +42,6 @@ PROMPT_LIST = "You are linked with the following Fediverse accounts:"
43PROMPT_LIST_NO_RESULT = "You are not linked with any Fediverse account yet. \n\n Input <code>/login</code> to login." 42PROMPT_LIST_NO_RESULT = "You are not linked with any Fediverse account yet. \n\n Input <code>/login</code> to login."
44PROMPT_LOGOUT = "Choose Fediverse account to logout" 43PROMPT_LOGOUT = "Choose Fediverse account to logout"
45PROMPT_LOGOUT_SUCCESS = "Successfully logged out from Fediverse account" 44PROMPT_LOGOUT_SUCCESS = "Successfully logged out from Fediverse account"
46PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" 45PROMPT_TOGGLE_VIS = "Change default toot visibility of your checkins on Fediverse.\n<b>Current</b>: {}"
47 46
48CALLBACK_SKIP = "Skip" 47CALLBACK_SKIP = "Skip"
Powered by cgit v1.2.3 (git 2.41.0)