]> git.wh0rd.org Git - nano.git/commitdiff
wording fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 16 Jun 2005 03:11:39 +0000 (03:11 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 16 Jun 2005 03:11:39 +0000 (03:11 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2694 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/global.c

index a41c40791b9883479ecbf9d6954b176b2152ca78..f705f763f8baf2a6757391c6b3cbfe83b1bdcada 100644 (file)
@@ -271,7 +271,7 @@ void shortcut_init(bool unjustify)
     const char *nano_help_msg = N_("Invoke the help menu");
     const char *nano_exit_msg =
 #ifdef ENABLE_MULTIBUFFER
-       N_("Close current file buffer/Exit from nano")
+       N_("Close the current file buffer/Exit from nano")
 #else
        N_("Exit from nano")
 #endif