mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
(edit_sort_cmd): clarify hint for Sort command.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
101714e39b
commit
c7af7f0bbd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user