]> git.wh0rd.org Git - nano.git/commitdiff
wording fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 14 Apr 2006 20:21:45 +0000 (20:21 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 14 Apr 2006 20:21:45 +0000 (20:21 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3380 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/global.c

index 1c0537f7bfe6a0dbf37b4fa94a1060a614b0ec9d..bbced4c5c8807ba762056464a2cedac401b142e4 100644 (file)
@@ -305,7 +305,7 @@ void shortcut_init(bool unjustify)
 #endif
 #ifndef DISABLE_HELP
     const char *nano_cancel_msg = N_("Cancel the current function");
-    const char *nano_help_msg = N_("Display the help text");
+    const char *nano_help_msg = N_("Display this help text");
     const char *nano_exit_msg =
 #ifdef ENABLE_MULTIBUFFER
        N_("Close the current file buffer/Exit from nano")