diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-04-22 11:04:05 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-04-22 11:04:05 +0000 |
commit | ede0d9a762f2d3c61eae5f42c576234cd4f445c2 (patch) | |
tree | 07dab4fe8fdc76b84d8c0eae24184bf1e189fbb9 /eclass | |
parent | Fix building with autoconf 2.62 (error in AC_HELP_STRING parameters), closes ... (diff) | |
download | historical-ede0d9a762f2d3c61eae5f42c576234cd4f445c2.tar.gz historical-ede0d9a762f2d3c61eae5f42c576234cd4f445c2.tar.bz2 historical-ede0d9a762f2d3c61eae5f42c576234cd4f445c2.zip |
Change message about failed gettext conversion to eerror.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vdr-plugin.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass index 4a19c0f1393b..81be9cda64f6 100644 --- a/eclass/vdr-plugin.eclass +++ b/eclass/vdr-plugin.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.57 2008/04/21 02:56:34 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.58 2008/04/22 11:04:05 zzam Exp $ # # Author: # Matthias Schwarzott <zzam@gentoo.org> @@ -279,9 +279,9 @@ vdr_i18n() { else vdr_i18n_convert_to_gettext if [[ $? != 0 ]]; then - ewarn "" - ewarn "Plugin will have only english OSD texts" - ewarn "it needs manual fixing." + eerror "" + eerror "Plugin will have only english OSD texts" + eerror "it needs manual fixing." fi fi else |