]> git.wh0rd.org Git - nano.git/commitdiff
one last documentation fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 31 Aug 2003 17:08:59 +0000 (17:08 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 31 Aug 2003 17:08:59 +0000 (17:08 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1535 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
global.c

index 8a599f99ddca322166adb9c67efed0f07fe962f8..6716e3bec982f9a759925d893f064909a40daf29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,10 +36,10 @@ CVS code -
          wrap" to "Auto line wrap", to more clearly associate it with
          Meta-L. (DLR)
   shortcut_init()
-       - Change multibuffer-enabled references to opening/closing the
-         previous/next loaded file to switching to/closing the
-         previous/next file buffer, for consistency with other
-         references. (DLR)
+       - Change multibuffer-enabled references to
+         opening/closing/toggling the previous/next loaded file to
+         toggling/switching to/closing the previous/next file buffer,
+         for consistency with other references. (DLR)
 - nano.c:
   window_init()
        - Set keypad() to TRUE regardless of whether PDCurses is being
index 756591a8cef5549a088aba1243012864cd78cadf..648856b398016c12fe76355a91120308ee026bf7 100644 (file)
--- a/global.c
+++ b/global.c
@@ -402,7 +402,7 @@ void shortcut_init(int unjustify)
 #ifdef ENABLE_MULTIBUFFER
     nano_openprev_msg = _("Switch to previous file buffer");
     nano_opennext_msg = _("Switch to next file buffer");
-    nano_multibuffer_msg = _("Toggle insert into new buffer");
+    nano_multibuffer_msg = _("Toggle insert into new file buffer");
 #endif
 #endif /* !DISABLE_HELP */