diff options
Diffstat (limited to 'prompt/string.py')
-rw-r--r-- | prompt/string.py | 5 |
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:" | |||
43 | PROMPT_LIST_NO_RESULT = "You are not linked with any Fediverse account yet. \n\n Input <code>/login</code> to login." | 42 | PROMPT_LIST_NO_RESULT = "You are not linked with any Fediverse account yet. \n\n Input <code>/login</code> to login." |
44 | PROMPT_LOGOUT = "Choose Fediverse account to logout" | 43 | PROMPT_LOGOUT = "Choose Fediverse account to logout" |
45 | PROMPT_LOGOUT_SUCCESS = "Successfully logged out from Fediverse account" | 44 | PROMPT_LOGOUT_SUCCESS = "Successfully logged out from Fediverse account" |
46 | PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" | 45 | PROMPT_TOGGLE_VIS = "Change default toot visibility of your checkins on Fediverse.\n<b>Current</b>: {}" |
47 | 46 | ||
48 | CALLBACK_SKIP = "Skip" | 47 | CALLBACK_SKIP = "Skip" |