summaryrefslogtreecommitdiffstats
path: root/poxml
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-07-01 16:39:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-07-01 16:39:03 +0200
commit504126f470f73d092593a07e91cde6d9116a46ac (patch)
tree36d4fe66e17ed2026b7cbf052c6c61233cf60ec8 /poxml
parent58f3647a3074e52279706f85caaefc38b8f83e34 (diff)
downloadtdesdk-504126f470f73d092593a07e91cde6d9116a46ac.tar.gz
tdesdk-504126f470f73d092593a07e91cde6d9116a46ac.zip
Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'poxml')
-rw-r--r--poxml/xml2pot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/poxml/xml2pot.cpp b/poxml/xml2pot.cpp
index 47b8f547..f8c0e30d 100644
--- a/poxml/xml2pot.cpp
+++ b/poxml/xml2pot.cpp
@@ -42,7 +42,7 @@ int main( int argc, char **argv )
cout << "msgid \"\"\n";
cout << "msgstr \"\"\n";
cout << "\"Project-Id-Version: PACKAGE VERSION\\n\"\n";
- cout << "\"Report-Msgid-Bugs-To: http://bugs.kde.org\\n\"\n";
+ cout << "\"Report-Msgid-Bugs-To: http://bugs.trinitydesktop.org\\n\"\n";
cout << "\"POT-Creation-Date: " << now.toString("yyyy-MM-dd hh:mm").utf8().data() << "+0000\\n\"\n";
cout << "\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n";
cout << "\"Last-Translator: FULL NAME <EMAIL@ADDRESS>\\n\"\n";