Remove help text from chmod dialog

... as it presents in mc built-in help.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2011-05-18 19:32:34 +04:00
parent b6ca87696c
commit 267f4302e9
1 changed files with 0 additions and 9 deletions

View File

@ -152,15 +152,6 @@ chmod_refresh (Dlg_head * h)
tty_print_string (_("Owner name"));
dlg_move (h, FY + 7, FX + 2);
tty_print_string (_("Group name"));
dlg_move (h, TY, TX);
tty_print_string (_("Use SPACE to change"));
dlg_move (h, TY + 1, TX);
tty_print_string (_("an option, ARROW KEYS"));
dlg_move (h, TY + 2, TX);
tty_print_string (_("to move between options"));
dlg_move (h, TY + 3, TX);
tty_print_string (_("and T or INS to mark"));
}
/* --------------------------------------------------------------------------------------------- */