diff options
Diffstat (limited to 'po/messages.sh')
-rwxr-xr-x | po/messages.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/messages.sh b/po/messages.sh index 9c9419b..abec01b 100755 --- a/po/messages.sh +++ b/po/messages.sh @@ -49,7 +49,7 @@ done tdeconfig_compiler -d $TMPHACK $SRCDIR/*.kcfg $SRCDIR/*.kcfgc ## bad hack to get strings from *.ui files -$XGETTEXT `find $SRCDIR -name "*.cpp"` -o kio_locate.pot +$XGETTEXT `find $SRCDIR -name "*.cpp"` -o tdeio_locate.pot ## bad hack to get strings from *.ui files rm -rf "$TMPHACK" @@ -62,7 +62,7 @@ rm -f $SRCDIR/_translatorinfo.cpp echo "merging the .po files" for i in `ls *.po`; do - msgmerge $i kio_locate.pot -o $i || exit 1 + msgmerge $i tdeio_locate.pot -o $i || exit 1 done ## finished |