commit a04f6e0165cc14d09c3aad51cf18c91507a97569
parent 3f494e359d3dd035c7079c9eec0ef82596f9cdc1
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Tue, 1 Feb 2022 11:16:07 +0100
help: update the description of M-D, to match the actual order of counts
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/global.c b/src/global.c
@@ -621,7 +621,7 @@ void shortcut_init(void)
#endif
#ifndef NANO_TINY
const char *wordcount_gist =
- N_("Count the number of words, lines, and characters");
+ N_("Count the number of lines, words, and characters");
const char *suspend_gist = N_("Suspend the editor (return to the shell)");
#endif
const char *refresh_gist = N_("Refresh (redraw) the current screen");