]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Break long line.
authorBruno Haible <bruno@clisp.org>
Thu, 16 Mar 2006 13:08:35 +0000 (13:08 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:03 +0000 (12:13 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/xgettext.c

index 005fb6eb14b859ec39a4da7500148761f967460a..2ad82f2a20f879ec87a3ec836db274aa5b8556b2 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-16  Bruno Haible  <bruno@clisp.org>
+
+       * xgettext.c (set_format_flags_from_context): Break long line.
+
 2006-03-11  Bruno Haible  <bruno@clisp.org>
 
        * message.c (fuzzy_search_goal_function): Use 'volatile double'.
index 1606aa7e86494df935dc2970209b9e72b33180d9..1815c8daf7f66e3409bd24849958fb1a81b6edc7 100644 (file)
@@ -1858,7 +1858,9 @@ set_format_flags_from_context (enum is_format is_format[NFORMATS],
                      sprintf (buffer, ":%ld", (long) pos->line_number);
                    multiline_warning (xasprintf (_("%s%s: warning: "),
                                                  pos->file_name, buffer),
-                                      xasprintf (is_format[i] == yes_according_to_context ? _("Although being used in a format string position, the %s is not a valid %s format string. Reason: %s\n") : _("Although declared as such, the %s is not a valid %s format string. Reason: %s\n"),
+                                      xasprintf (is_format[i] == yes_according_to_context
+                                                 ? _("Although being used in a format string position, the %s is not a valid %s format string. Reason: %s\n")
+                                                 : _("Although declared as such, the %s is not a valid %s format string. Reason: %s\n"),
                                                  pretty_msgstr,
                                                  format_language_pretty[i],
                                                  invalid_reason));