From 82d47ff1c4f0fb984865a4f377fe689db215c7db Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 30 Jan 2013 13:41:02 -0600 Subject: Fix a few remaining references to kio_ --- po/messages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'po/messages.sh') 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 -- cgit v1.2.1