[gimp] Bug 757745 - selection-to-path: Fix whitespace typo in tooltip



commit 8212602939539028be083cfbce7ce0dfe8b0bed9
Author: Sebastian Rasmussen <sebras gmail com>
Date:   Sat Nov 7 20:10:42 2015 +0100

    Bug 757745 - selection-to-path: Fix whitespace typo in tooltip

 .../selection-to-path/selection-to-path-dialog.c   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/selection-to-path/selection-to-path-dialog.c 
b/plug-ins/selection-to-path/selection-to-path-dialog.c
index e65a0d3..1855480 100644
--- a/plug-ins/selection-to-path/selection-to-path-dialog.c
+++ b/plug-ins/selection-to-path/selection-to-path-dialog.c
@@ -99,8 +99,8 @@ dialog_create_selection_area (SELVALS *sels)
                               sels->align_threshold,
                               0.2, 2.0, 0.1, 0.1, 2,
                               TRUE, 0, 0,
-                              _("If two endpoints are closer than this,"
-                               "they are made to be equal."), NULL);
+                              _("If two endpoints are closer than this, "
+                                "they are made to be equal."), NULL);
   g_signal_connect (adj, "value-changed",
                     G_CALLBACK (gimp_double_adjustment_update),
                     &sels->align_threshold);


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