aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/rebuild_gettext_catalogs.sh2
1 files changed, 1 insertions, 1 deletions
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