]> git.wh0rd.org Git - nano.git/commitdiff
in help_init(), add a missing space to the "Execute Command" help text
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 29 Jan 2007 15:34:45 +0000 (15:34 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 29 Jan 2007 15:34:45 +0000 (15:34 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4058 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/help.c

index 8b624f18e3e3d1d16568f43445cb9750c268b0e3..1dd7391c7cea59fd56824204e08af6e1a0e10005 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
 CVS code -
+- help.c:
+  help_init()
+       - Add a missing space to the "Execute Command" help text. (DLR)
 
 - 2.1 tree forks here
 
index 8ca5490bc41f464c039fac704b7818018ea6e6d3..a7d66e8484a8b566c7e86d1f4246529426b001f3 100644 (file)
@@ -345,7 +345,7 @@ void help_init(void)
        htx[0] = N_("Execute Command Help Text\n\n "
                "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 "
+               "a new buffer in multiple file buffer mode).  If you "
                "need another blank buffer, do not enter any "
                "command.\n\n The following function keys are "
                "available in Execute Command mode:\n\n");