summaryrefslogtreecommitdiffstats
path: root/doc/update_pot
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commitb6b548012326fd26b2834f99adef2f77f7887bdb (patch)
treea7cf3f791d9ee9f802623300d25cda1851dd69e8 /doc/update_pot
parentc5bf17eba3afebfcf37e27b4d91d99ff44b94e28 (diff)
downloadkrusader-b6b548012326fd26b2834f99adef2f77f7887bdb.tar.gz
krusader-b6b548012326fd26b2834f99adef2f77f7887bdb.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/krusader@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/update_pot')
-rwxr-xr-xdoc/update_pot4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update_pot b/doc/update_pot
index 7a8cf41..7a2d513 100755
--- a/doc/update_pot
+++ b/doc/update_pot
@@ -21,7 +21,7 @@
# * MA 02111-1307, USA. *
# ***************************************************************************
#
-# This script creates *.pot translation template files in the krusader_kde3/doc/i18n folder
+# This script creates *.pot translation template files in the krusader_trinity/doc/i18n folder
# with xml2pot *.docbook > *.docbook.pot
# Requirements: bash, xml2pot, perl
@@ -49,7 +49,7 @@ for FILENAME in $(ls *.docbook);do
perl -p -i -e 's/kde-i18n-doc\@kde.org/krusader-i18n\@googlegroups.com/g' ${FILENAME}.pot
done
-# move pot files to folder krusader_kde3/doc/i18n/pot since they don't belong in the english folder
+# move pot files to folder krusader_trinity/doc/i18n/pot since they don't belong in the english folder
mv *.pot ../i18n/pot
echo NOTE: This script sould only be used by the Documentation i18n coordinator or the Krusader Krew