Commit da952f8d authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

consistency fix for the ^^ help entry

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2020 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 2690bafa
Showing with 1 addition and 1 deletion
+1 -1
......@@ -284,7 +284,7 @@ void shortcut_init(int unjustify)
const char *nano_home_msg = N_("Move to the beginning of the current line");
const char *nano_end_msg = N_("Move to the end of the current line");
const char *nano_refresh_msg = N_("Refresh (redraw) the current screen");
const char *nano_mark_msg = N_("Mark text at the current cursor location");
const char *nano_mark_msg = N_("Mark text at the cursor position");
const char *nano_delete_msg = N_("Delete the character under the cursor");
const char *nano_backspace_msg =
N_("Delete the character to the left of the cursor");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment