diff --git a/gen_translations.sh b/gen_translations.sh index e9c2a6ae221..996ff1754e5 100755 --- a/gen_translations.sh +++ b/gen_translations.sh @@ -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