From 84fa5c99c5e226d6dcd2af4b3cc9583173500d30 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 11 Sep 2021 18:24:41 +0300 Subject: Updated chats help message to include information about editing shortcut --- go-src/windowMessages.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go-src/windowMessages.go') diff --git a/go-src/windowMessages.go b/go-src/windowMessages.go index 88e3b56..54f97f8 100644 --- a/go-src/windowMessages.go +++ b/go-src/windowMessages.go @@ -17,7 +17,7 @@ const ( editNameNavTitle = "Editing Name" // Help messages - chatsWindowHelpMsg = "Chats page options: [(D)irect messages/(A)ccount/(L)ogout/(<) for previous page/(>) for next page/(C) for create chat/(name) for go to chat room by name/(number) for go to chat room by number/(H)elp]" + chatsWindowHelpMsg = "Chats page options: [(D)irect messages/(A)ccount/(L)ogout/(<) for previous page/(>) for next page/(C) for create chat/(E) for edit chats/(name) for go to chat room by name/(number) for go to chat room by number/(H)elp]" chatWindowHelpMsg = "Chat options : [(C)hats/(D)irect messages/(A)ccount/(L)ogout/(<) for previous page/(>) for next page/(H)elp]" editChatsWindowHelpMsg = "Edit own chat options : [(B)ack to chats page/(<) for previous page/(>) for next page/(name) to edit chat room with name/(number) to edit chat room with number/(H)elp]" editChatWindowHelpMsg = "Editing chat options : [(B)ack to chats page/(number) for edit option by number/(H)elp]" -- cgit v1.2.3