]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Change message.
authorBruno Haible <bruno@clisp.org>
Tue, 27 Mar 2001 17:23:21 +0000 (17:23 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 27 Mar 2001 17:23:21 +0000 (17:23 +0000)
src/ChangeLog
src/po.c

index 33f109d0c73b95bb1681f49e4aa79738a4d4fff0..57e38be8b0dba9161cd113d2ecfd239ea11d6aa9 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-27  Bruno Haible  <haible@clisp.cons.org>
+
+       * po.c (po_callback_message): Change message again.
+
 2001-03-26  Bruno Haible  <haible@clisp.cons.org>
 
        * xgettext.c (test_whether_c_format): Recognize '%%' as valid.
index a1a2d5fe419a522f7d985902af8b8257f137dfd8..fe598947e4f82357574f7f6a345ed62abdc62839 100644 (file)
--- a/src/po.c
+++ b/src/po.c
@@ -300,8 +300,10 @@ po_callback_message (msgid, msgid_pos, msgid_plural,
                  /* TRANS: sentence trans_id_2 starts here */
                  error (0, 0, _("\
 %s: warning: charset \"%s\" is not supported by iconv%s\n\
-%*s  warning: consider installing GNU libiconv and then reinstalling GNU gettext"),
+%*s  warning: consider installing GNU libiconv and then\n\
+%*s           reinstalling GNU gettext"),
                         gram_pos.file_name, po_lex_charset, note,
+                        (int) strlen (gram_pos.file_name), "",
                         (int) strlen (gram_pos.file_name), "");
 # endif
                  --error_message_count;
@@ -315,10 +317,12 @@ po_callback_message (msgid, msgid_pos, msgid_plural,
                  /* TRANS: sentence trans_id_3 starts here */
                  error (0, 0, _("\
 %s: warning: charset \"%s\" is not supported without iconv%s\n\
-%*s  warning: consider installing GNU libiconv and then reinstalling GNU gettext"),
+%*s  warning: consider installing GNU libiconv and then\n\
+%*s           reinstalling GNU gettext"),
                         gram_pos.file_name, po_lex_charset,
                         /* TRANS: sentence starts at trans_id_3 */
                         _(", expect parse errors"),
+                        (int) strlen (gram_pos.file_name), "",
                         (int) strlen (gram_pos.file_name), "");
                  --error_message_count;
                }