]> git.wh0rd.org Git - nano.git/commitdiff
per Benno Schulenberg's patch, add a wording fix to help_init()
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 8 Jun 2006 02:16:37 +0000 (02:16 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 8 Jun 2006 02:16:37 +0000 (02:16 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3634 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/help.c

index 3655a03daa2a997aac880992d485a970b414b09c..624133967cac1c17deaa46f693e3995864177d9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -241,7 +241,7 @@ CVS code -
        - If we have at least two entries' worth of blank space, use it
          to display more of "^Space" and "M-Space". (DLR, suggested by
          Benno Schulenberg)
-       - Add various wording fixes. (DLR)
+       - Add various wording fixes. (DLR and Benno Schulenberg)
   parse_help_input()
        - Add Space and - as aliases for PageDown and PageUp, for
          consistency with the file browser. (DLR, suggested by Benno
index 62aa66f6fc2d18cb89bdd77a5fb94d51c4315cf4..9d1abe2a1f5a0b6f86dc020240e0f8c52c633713 100644 (file)
@@ -333,7 +333,7 @@ void help_init(void)
 #ifndef NANO_TINY
     else if (currshortcut == extcmd_list) {
        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 "
                "a new buffer in multiple file buffer mode). If you "
                "need another blank buffer, do not enter any "