[IMP] gen_translations: better error msg when msgcat appears to be missing

bzr revid: odo@openerp.com-20120206154345-2emx6l0z47xiie4m
This commit is contained in:
Olivier Dony 2012-02-06 16:43:45 +01:00
parent 2e8f622f45
commit a7653e7eab
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if [ -n "$do_all" ]
then
if [ "x$(which msgcat)" = "x" ]
then
echo "The msgcat command from the gettext tools is required."
echo "The msgcat command from the gettext tools is required in the PATH."
echo "On a Debian/Ubuntu system you may install gettext via 'sudo apt-get install gettext'"
exit 1
fi