From b6b548012326fd26b2834f99adef2f77f7887bdb Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 21 Aug 2011 01:43:11 +0000 Subject: 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 --- doc/update_pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/update_pot') 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 -- cgit v1.2.3