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

another wording fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3453 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 5f274c4b
Showing with 1 addition and 1 deletion
+1 -1
......@@ -379,7 +379,7 @@ void shortcut_init(bool unjustify)
const char *nano_verbatim_msg =
N_("Insert the next keystroke verbatim");
const char *nano_tab_msg =
N_("Insert a tab character at the cursor position");
N_("Insert a tab at the cursor position");
const char *nano_enter_msg =
N_("Insert a newline at the cursor position");
const char *nano_delete_msg =
......
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