Commit 9e553b21 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

per Benno Schulenberg's patch, add a wording fix to help_init()

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3634 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent f94b9935
Showing with 2 additions and 2 deletions
+2 -2
...@@ -241,7 +241,7 @@ CVS code - ...@@ -241,7 +241,7 @@ CVS code -
- If we have at least two entries' worth of blank space, use it - If we have at least two entries' worth of blank space, use it
to display more of "^Space" and "M-Space". (DLR, suggested by to display more of "^Space" and "M-Space". (DLR, suggested by
Benno Schulenberg) Benno Schulenberg)
- Add various wording fixes. (DLR) - Add various wording fixes. (DLR and Benno Schulenberg)
parse_help_input() parse_help_input()
- Add Space and - as aliases for PageDown and PageUp, for - Add Space and - as aliases for PageDown and PageUp, for
consistency with the file browser. (DLR, suggested by Benno consistency with the file browser. (DLR, suggested by Benno
......
...@@ -333,7 +333,7 @@ void help_init(void) ...@@ -333,7 +333,7 @@ void help_init(void)
#ifndef NANO_TINY #ifndef NANO_TINY
else if (currshortcut == extcmd_list) { else if (currshortcut == extcmd_list) {
htx[0] = N_("Execute Command Help Text\n\n " htx[0] = N_("Execute Command Help Text\n\n "
"This menu allows you to insert the output of a " "This mode allows you to insert the output of a "
"command run by the shell into the current buffer (or " "command run by the shell into the current buffer (or "
"a new buffer in multiple file buffer mode). If you " "a new buffer in multiple file buffer mode). If you "
"need another blank buffer, do not enter any " "need another blank buffer, do not enter any "
......
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