@@ -31,23 +31,23 @@ class KeyBinding(TypedDict):
3131
3232 'HELP' : {
3333 'keys' : ['?' ],
34- 'help_text' : 'Show/hide help menu ' ,
34+ 'help_text' : 'Show/hide Help Menu ' ,
3535 'excluded_from_random_tips' : True ,
3636 'key_category' : 'general' ,
3737 },
3838 'MARKDOWN_HELP' : {
3939 'keys' : ['meta m' ],
40- 'help_text' : 'Show/hide markdown help menu ' ,
40+ 'help_text' : 'Show/hide Markdown Help Menu ' ,
4141 'key_category' : 'general' ,
4242 },
4343 'ABOUT' : {
4444 'keys' : ['meta ?' ],
45- 'help_text' : 'Show/hide about menu ' ,
45+ 'help_text' : 'Show/hide About Menu ' ,
4646 'key_category' : 'general' ,
4747 },
4848 'GO_BACK' : {
4949 'keys' : ['esc' ],
50- 'help_text' : 'Go Back ' ,
50+ 'help_text' : 'Go back ' ,
5151 'excluded_from_random_tips' : False ,
5252 'key_category' : 'general' ,
5353 },
@@ -154,7 +154,7 @@ class KeyBinding(TypedDict):
154154 },
155155 'ADD_REACTION' : {
156156 'keys' : [':' ],
157- 'help_text' : 'Show/hide Emoji picker popup for current message' ,
157+ 'help_text' : 'Show/hide emoji picker popup for current message' ,
158158 'key_category' : 'msg_actions' ,
159159 },
160160 'STREAM_NARROW' : {
@@ -220,17 +220,17 @@ class KeyBinding(TypedDict):
220220 },
221221 'SEARCH_PEOPLE' : {
222222 'keys' : ['w' ],
223- 'help_text' : 'Search Users ' ,
223+ 'help_text' : 'Search users ' ,
224224 'key_category' : 'searching' ,
225225 },
226226 'SEARCH_MESSAGES' : {
227227 'keys' : ['/' ],
228- 'help_text' : 'Search Messages ' ,
228+ 'help_text' : 'Search messages ' ,
229229 'key_category' : 'searching' ,
230230 },
231231 'SEARCH_STREAMS' : {
232232 'keys' : ['q' ],
233- 'help_text' : 'Search Streams ' ,
233+ 'help_text' : 'Search streams ' ,
234234 'key_category' : 'searching' ,
235235 },
236236 'SEARCH_TOPICS' : {
@@ -240,13 +240,13 @@ class KeyBinding(TypedDict):
240240 },
241241 'SEARCH_EMOJIS' : {
242242 'keys' : ['p' ],
243- 'help_text' : 'Search emojis from Emoji- picker popup' ,
243+ 'help_text' : 'Search emojis from emoji picker popup' ,
244244 'excluded_from_random_tips' : True ,
245245 'key_category' : 'searching' ,
246246 },
247247 'TOGGLE_MUTE_STREAM' : {
248248 'keys' : ['m' ],
249- 'help_text' : 'Mute/unmute Streams ' ,
249+ 'help_text' : 'Mute/unmute streams ' ,
250250 'key_category' : 'stream_list' ,
251251 },
252252 'ENTER' : {
@@ -317,7 +317,7 @@ class KeyBinding(TypedDict):
317317 },
318318 'USER_INFO' : {
319319 'keys' : ['i' ],
320- 'help_text' : 'View user information (From Users list)' ,
320+ 'help_text' : 'View user information (from users list)' ,
321321 'key_category' : 'general' ,
322322 },
323323 'BEGINNING_OF_LINE' : {
0 commit comments