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/fr/kio-locate.po | 4 ++-- po/messages.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'po') diff --git a/po/fr/kio-locate.po b/po/fr/kio-locate.po index 64ec458..6257c22 100644 --- a/po/fr/kio-locate.po +++ b/po/fr/kio-locate.po @@ -1,4 +1,4 @@ -# translation of kio_locate.po to French +# translation of tdeio_locate.po to French # kio-locate: KDE I/O Slave for the locate command # # Copyright (C) 2004 by Armin Straub @@ -8,7 +8,7 @@ # Laurent Rathle , 2004. msgid "" msgstr "" -"Project-Id-Version: kio_locate\n" +"Project-Id-Version: tdeio_locate\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-09-15 10:08+0200\n" "PO-Revision-Date: 2004-10-21 16:52+0200\n" 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.3