[glom] Fix Report-Msgid-Bugs-To in exported .po headers



commit 97cbbc3d35413427eaa194abb75131a92fa11943
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Jun 17 00:23:22 2017 +0200

    Fix Report-Msgid-Bugs-To in exported .po headers
    
    The superfluous “\n” at the end of the first Report-Msgid-Bugs-To line
    causes .po headers to get reordered. If the next line continues the first,
    then it should not end with “\n”.
    
    Additionally, switch the link to HTTPS and correct the product name
    (it’s “Glom”, not “glom”).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783851

 glom/libglom/translations_po.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glom/libglom/translations_po.cc b/glom/libglom/translations_po.cc
index cd24d74..9131005 100644
--- a/glom/libglom/translations_po.cc
+++ b/glom/libglom/translations_po.cc
@@ -38,8 +38,8 @@
 "msgid \"\"\n" \
 "msgstr \"\"\n" \
 "\"Project-Id-Version: %1\\n\"\n" \
-"\"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?\\n\"\n"; \
-"\"product=glom&keywords=I18N+L10N&component=general\\n\"\n" \
+"\"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?\"\n"; \
+"\"product=Glom&keywords=I18N+L10N&component=general\\n\"\n" \
 "\"PO-Revision-Date: %2\\n\"\n" \
 "\"Last-Translator: Someone <someone someone com>\\n\"\n" \
 "\"Language-Team: %3 <someone someone com>\\n\"\n" \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]