[gimp] app: fix GimpTransformOptions::clip's tooltip



commit d092573a3bee31e22789b0e52892ad24a888a4ce
Author: Michael Natterer <mitch gimp org>
Date:   Wed Jul 27 22:24:10 2011 +0200

    app: fix GimpTransformOptions::clip's tooltip

 app/tools/gimptransformoptions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimptransformoptions.c b/app/tools/gimptransformoptions.c
index f449032..e5fbc7b 100644
--- a/app/tools/gimptransformoptions.c
+++ b/app/tools/gimptransformoptions.c
@@ -111,7 +111,7 @@ gimp_transform_options_class_init (GimpTransformOptionsClass *klass)
                                  GIMP_PARAM_STATIC_STRINGS);
   GIMP_CONFIG_INSTALL_PROP_ENUM (object_class, PROP_CLIP,
                                  "clip",
-                                 N_("How to clip..."),
+                                 N_("How to clip"),
                                  GIMP_TYPE_TRANSFORM_RESIZE,
                                  GIMP_TRANSFORM_RESIZE_ADJUST,
                                  GIMP_PARAM_STATIC_STRINGS);



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