]> git.wh0rd.org Git - nano.git/commitdiff
make all translator comments consistent
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 12 Apr 2006 12:54:23 +0000 (12:54 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 12 Apr 2006 12:54:23 +0000 (12:54 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3366 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/global.c

index 18830396ac4f4ff66657e66209612f47bcd28769..9f40d166893476678ace2ccb110d53fdc0e0cc7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,7 +11,8 @@ CVS code -
        - Open all files in binary mode for consistency and robustness.
          Changes to load_history() and do_rcfile(). (DLR)
        - Change translator-specific comments in global.c and prompt.c
-         so that they show up in nano.pot. (Benno Schulenberg)
+         so that they show up in nano.pot, and make them all
+         consistent. (Benno Schulenberg)
 - files.c:
   open_file()
        - Remove redundant wording in the error message when we try to
index 27d43beeecc90658f3c1eccec63bcb464e480119..37a89db5d7e65af76a5b21de84772ab0f552dc50 100644 (file)
@@ -291,12 +291,12 @@ void shortcut_init(bool unjustify)
     /* TRANSLATORS: Try to keep this and previous strings at most 10 characters. */
     const char *history_msg = N_("History");
 #ifdef ENABLE_MULTIBUFFER
-    /* TRANSLATORS: Try to keep at most 16 characters. */
+    /* TRANSLATORS: Try to keep this at most 16 characters. */
     const char *new_buffer_msg = N_("New Buffer");
 #endif
 #endif
 #ifndef DISABLE_BROWSER
-    /* TRANSLATORS: Try to keep at most 16 characters. */
+    /* TRANSLATORS: Try to keep this at most 16 characters. */
     const char *to_files_msg = N_("To Files");
     const char *first_file_msg = N_("First File");
     const char *last_file_msg = N_("Last File");