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



commit 1159ec2d90b266026a12ae6659d4bf962843ef8a
Author: Jehan <jehan girinstud io>
Date:   Thu Feb 25 16:32:44 2016 +0100

    Bug 762282 - Link ends with "/."
    
    One can't say automatically if the dot is part of the URL (even though
    usually not). Simpler is to not finish with a dot.

 app/about.h                    |    2 +-
 plug-ins/help/gimphelpdomain.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/about.h b/app/about.h
index b90bfc8..40955b5 100644
--- a/app/about.h
+++ b/app/about.h
@@ -42,7 +42,7 @@
     "GNU General Public License for more details."                       \
     "\n\n"                                                               \
     "You should have received a copy of the GNU General Public License " \
-    "along with GIMP.  If not, see http://www.gnu.org/licenses/.";)
+    "along with GIMP. If not, see: http://www.gnu.org/licenses/";)
 
 
 #endif /* __ABOUT_H__ */
diff --git a/plug-ins/help/gimphelpdomain.c b/plug-ins/help/gimphelpdomain.c
index 33b7fe7..9895c36 100644
--- a/plug-ins/help/gimphelpdomain.c
+++ b/plug-ins/help/gimphelpdomain.c
@@ -185,8 +185,8 @@ gimp_help_domain_map (GimpHelpDomain    *domain,
                   g_message ("%s\n\n%s",
                              _("The GIMP user manual is not available."),
                              _("Please install the additional help package "
-                               "or use the online user manual at "
-                               "http://docs.gimp.org/.";));
+                               "or use the online user manual at: "
+                               "http://docs.gimp.org/";));
                 }
               break;
 


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