diff options
Diffstat (limited to 'poxml/xml2pot.cpp')
-rw-r--r-- | poxml/xml2pot.cpp | 2 |
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"; |