help: update the description of M-D, to match the actual order of counts

This commit is contained in:
Benno Schulenberg 2022-02-01 11:16:07 +01:00
parent 3f494e359d
commit a04f6e0165

View File

@ -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");