[gimp] Bug 762282 - Link ends with "/."



commit 0e9453d5eec40e1c8f9ba7d96b43f779a40edf70
Author: Jehan <jehan girinstud io>
Date:   Fri Feb 26 17:15:14 2016 +0100

    Bug 762282 - Link ends with "/."
    
    Add a comment for translators, which will be extracted by gettext,
    ensuring that all translators are aware of the problem.

 app/about.h                    |    5 +++++
 plug-ins/help/gimphelpdomain.c |    6 ++++++
 2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/app/about.h b/app/about.h
index 40955b5..77dd1b1 100644
--- a/app/about.h
+++ b/app/about.h
@@ -30,6 +30,11 @@
   _("Copyright © 1995-%s\n" \
     "Spencer Kimball, Peter Mattis and the GIMP Development Team")
 
+/* TRANSLATORS: do not end the license URL with a dot, because it would
+ * be in the link. Because of technical limitations, make sure the URL
+ * ends with a space, a newline or is end of text.
+ * Cf. bug 762282.
+ */
 #define GIMP_LICENSE \
   _("GIMP is free software: you can redistribute it and/or modify it "   \
     "under the terms of the GNU General Public License as published by " \
diff --git a/plug-ins/help/gimphelpdomain.c b/plug-ins/help/gimphelpdomain.c
index 9895c36..a7411c8 100644
--- a/plug-ins/help/gimphelpdomain.c
+++ b/plug-ins/help/gimphelpdomain.c
@@ -184,6 +184,12 @@ gimp_help_domain_map (GimpHelpDomain    *domain,
                 {
                   g_message ("%s\n\n%s",
                              _("The GIMP user manual is not available."),
+                             /* TRANSLATORS: do not end the URL with a dot,
+                              * it would be in the link. Because of
+                              * technical limitations, make sure the URL
+                              * ends with a space, a newline or is end of text.
+                              * Cf. bug 762282.
+                              */
                              _("Please install the additional help package "
                                "or use the online user manual at: "
                                "http://docs.gimp.org/";));


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