From f753d4386cfbd6a7a09fe2813761fae29d85d1c1 Mon Sep 17 00:00:00 2001 From: filip Date: Sun, 25 Jul 2021 18:55:09 +0200 Subject: sync warning with test --- tools/rebuild_gettext_catalogs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rebuild_gettext_catalogs.sh b/tools/rebuild_gettext_catalogs.sh index 8630c7964..44ba59d64 100755 --- a/tools/rebuild_gettext_catalogs.sh +++ b/tools/rebuild_gettext_catalogs.sh @@ -17,7 +17,7 @@ fi rpm --quiet -q gettext python3-polib if [ $? -eq 1 ]; then - echo "Warning!!! Some gettext components are missing. Please install them as root: urpmi gettext python-polib" + echo "Warning!!! Some gettext components are missing. Please install them as root: urpmi gettext python3-polib" exit 1 fi -- cgit v1.2.1