(edit_sort_cmd): clarify hint for Sort command.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2022-05-27 21:35:09 +03:00
parent 101714e39b
commit c7af7f0bbd

View File

@ -1828,7 +1828,7 @@ edit_sort_cmd (WEdit * edit)
g_free (tmp);
exp = input_dialog (_("Run sort"),
_("Enter sort options (see manpage) separated by whitespace:"),
_("Enter sort options (see sort(1) manpage) separated by whitespace:"),
MC_HISTORY_EDIT_SORT, INPUT_LAST_TEXT, INPUT_COMPLETE_NONE);
if (exp == NULL)