diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/rebuild_gettext_catalogs.sh | 2 |
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 |