From a9fb6f252553ae49a2ba372434073824babe31e4 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Thu, 23 Feb 2023 21:46:27 -0800 Subject: bot: support changing default toot visibility --- prompt/string.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'prompt') 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:" \ "You can use this command to login to multiple Fediverse accounts" \ "\n`/list` - list current linked Fediverse accounts" \ "\n`/logout [number]` - logout from specified Fediverse account, default logout from all" \ - "\n`/vis public|private|unlisted [number]` - " \ - "toggle visibility of your checkins on specified instances, default=private" \ + "\n`/vis` - toggle visibility of your checkins on specified instances, default=private" \ "\n`/tos` - show ToS message" \ "\n`/cancel` - cancel current operation during checkins" @@ -43,6 +42,6 @@ PROMPT_LIST = "You are linked with the following Fediverse accounts:" PROMPT_LIST_NO_RESULT = "You are not linked with any Fediverse account yet. \n\n Input /login to login." PROMPT_LOGOUT = "Choose Fediverse account to logout" PROMPT_LOGOUT_SUCCESS = "Successfully logged out from Fediverse account" -PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" +PROMPT_TOGGLE_VIS = "Change default toot visibility of your checkins on Fediverse.\nCurrent: {}" CALLBACK_SKIP = "Skip" -- cgit v1.2.3