commit a7e778ec388290f305f332f666f6d212b578c7a7
parent 995ebee5e7a0510593d28b2d88d7b1ebecad1c63
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 29 Jan 2007 15:34:45 +0000
in help_init(), add a missing space to the "Execute Command" help text
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4058 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git 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
diff --git a/src/help.c b/src/help.c
@@ -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");