diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-27 13:20:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-27 13:20:16 +0900 |
commit | 229e7f5038cbc5f930ab50abfad3099919a4e8bb (patch) | |
tree | 569abf2cbc4bd05a0b90ed759ccd941eaa676c01 /ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl | |
parent | 59f50d7552dacb6d27d0768a9a5320e5ba2fc23d (diff) | |
parent | 50c481625fcb2361e0aaae71df24a40cbad056d7 (diff) | |
download | tde-packaging-229e7f5038cbc5f930ab50abfad3099919a4e8bb.tar.gz tde-packaging-229e7f5038cbc5f930ab50abfad3099919a4e8bb.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl')
-rw-r--r-- | ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl b/ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl index 1e2ff4bdb..c71551dc5 100644 --- a/ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl +++ b/ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl @@ -30,11 +30,11 @@ sub prepare print "msgid \"\"\n"; print "msgstr \"\"\n"; print "\"Project-Id-Version: desktop files\\n\"\n"; - print "\"Report-Msgid-Bugs-To: http://bugs.kde.org\\n\"\n"; + print "\"Report-Msgid-Bugs-To: http://bugs.trinitydesktop.org\\n\"\n"; print "\"POT-Creation-Date: "; printdate( @now ); print "\\n\"\n"; print "\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n"; print "\"Last-Translator: FULL NAME <EMAIL\@ADDRESS>\\n\"\n"; - print "\"Language-Team: LANGUAGE <tde-i18n-doc\@kde.org>\\n\"\n"; + print "\"Language-Team: LANGUAGE <kde-i18n-doc\@kde.org>\\n\"\n"; print "\"MIME-Version: 1.0\\n\"\n"; print "\"Content-Type: text/plain; charset=UTF-8\\n\"\n"; print "\"Content-Transfer-Encoding: 8bit\\n\"\n"; |