]> git.wh0rd.org Git - nano.git/commitdiff
in shortcut_init(), clarify the description of ^X when
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 16 Jun 2005 03:07:05 +0000 (03:07 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 16 Jun 2005 03:07:05 +0000 (03:07 +0000)
--enable-multibuffer is used

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2693 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/global.c

index 1c00bc87c3d2551354732e76717efcda2c767412..bccd441529f08a062b7dddc9ecd240da6cace0d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -155,6 +155,8 @@ CVS code -
        - Remove unnecessary "Refresh" placeholder in the file browser
          shortcut list. (DLR)
        - Allow the mark to be used in view mode, as Pico does. (DLR)
+       - Clarify the description of ^X when --enable-multibuffer is
+         used. (DLR)
   thanks_for_all_the_fish()
        - Remove free_toggles() and move its code here verbatim, as it's
          only called here anyway. (David Benbennick)
index 172dde9abfb364fd2d65a5bf8025ab2246976360..a41c40791b9883479ecbf9d6954b176b2152ca78 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 currently loaded file/Exit from nano")
+       N_("Close current file buffer/Exit from nano")
 #else
        N_("Exit from nano")
 #endif