From c7af7f0bbd0e469cd708a5fc11bc8a3aebdbcf8a Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Fri, 27 May 2022 21:35:09 +0300 Subject: [PATCH] (edit_sort_cmd): clarify hint for Sort command. Signed-off-by: Andrew Borodin --- src/editor/editcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/editcmd.c b/src/editor/editcmd.c index f626dfde7..25cb66794 100644 --- a/src/editor/editcmd.c +++ b/src/editor/editcmd.c @@ -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)