[gimp] Improve Foreground Select tooltips
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Improve Foreground Select tooltips
- Date: Thu, 7 May 2015 12:42:28 +0000 (UTC)
commit 1ac8f750ffefa16a2f5a73d1e8014744fd693f1c
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Thu May 7 15:40:50 2015 +0300
Improve Foreground Select tooltips
app/tools/gimpforegroundselectoptions.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/tools/gimpforegroundselectoptions.c b/app/tools/gimpforegroundselectoptions.c
index 43ff720..fdd48e4 100644
--- a/app/tools/gimpforegroundselectoptions.c
+++ b/app/tools/gimpforegroundselectoptions.c
@@ -109,19 +109,19 @@ gimp_foreground_select_options_class_init (GimpForegroundSelectOptionsClass *kla
GIMP_CONFIG_INSTALL_PROP_INT (object_class, PROP_LEVELS,
"levels",
- _("Parameter for matting-levin"),
+ _("Number of downsampled levels to use"),
1, 10, 2,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_INSTALL_PROP_INT (object_class, PROP_ACTIVE_LEVELS,
"active-levels",
- _("Parameter for matting-levin"),
+ _("Number of levels to perform solving"),
1, 10, 2,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_INSTALL_PROP_INT (object_class, PROP_ITERATIONS,
"iterations",
- _("Parameter for matting-global"),
+ _("Number of iterations to perform"),
1, 10, 2,
GIMP_PARAM_STATIC_STRINGS);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]