From: Bruno Haible Date: Fri, 18 Jan 2008 23:17:46 +0000 (+0000) Subject: Fix line breaking in an error message. X-Git-Tag: v0.18~465 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc60d3c0e8b67a0dee5811f3cdd3d31a4868e1f4;p=thirdparty%2Fgettext.git Fix line breaking in an error message. --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 51ef4e53d..a6b80f272 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,7 @@ +2008-01-18 Bruno Haible + + * autopoint.in: Fix line breaking in an error message. + 2007-12-02 Bruno Haible * po-mode.el: Use modern backquote syntax. diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index e6458c371..057a7c50d 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -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