]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix line breaking in an error message.
authorBruno Haible <bruno@clisp.org>
Fri, 18 Jan 2008 23:17:46 +0000 (23:17 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:37 +0000 (12:15 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/autopoint.in

index 51ef4e53dadf974dfa11bb48839f843ae1110d52..a6b80f2721eda8838e3d2f9e1e67ae1c01c1342e 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-18  Bruno Haible  <bruno@clisp.org>
+
+       * autopoint.in: Fix line breaking in an error message.
+
 2007-12-02  Bruno Haible  <bruno@clisp.org>
 
        * po-mode.el: Use modern backquote syntax.
index e6458c37173f1cbe17e3d8266f0955b7d5c178ca..057a7c50d717b5e0dd7fd92b6697194987b07082 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 2002-2007 Free Software Foundation, Inc.
+# Copyright (C) 2002-2008 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -296,8 +296,8 @@ case "$ver" in
   0.17 )
     ;;
   *)
-    func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in\
-               file requires the infrastructure from gettext-$ver but this version\
+    func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
+               file requires the infrastructure from gettext-$ver but this version
                is older. Please upgrade to gettext-$ver or newer."
     ;;
 esac