[gegl] Adjust names and descriptions to make more sense
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Adjust names and descriptions to make more sense
- Date: Sun, 29 Jan 2017 00:25:46 +0000 (UTC)
commit ab9b3b50697143f1299f846260d282182af69ae1
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Sun Jan 29 03:20:37 2017 +0300
Adjust names and descriptions to make more sense
operations/common/sepia.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/common/sepia.c b/operations/common/sepia.c
index 2c55c1c..0468dbf 100644
--- a/operations/common/sepia.c
+++ b/operations/common/sepia.c
@@ -21,8 +21,8 @@
#ifdef GEGL_PROPERTIES
-property_double (scale, _("Scale"), 1.0)
- description(_("Scale, strength of effect"))
+property_double (scale, _("Effect strength"), 1.0)
+ description(_("Strength of the sepia effect"))
value_range (0.0, 1.0)
property_boolean (srgb, _("sRGB"), TRUE)
@@ -110,7 +110,7 @@ gegl_op_class_init (GeglOpClass *klass)
"name" , "gegl:sepia",
"title", _("Sepia"),
"categories" , "color",
- "description", _("Converts the input image to sepia"),
+ "description", _("Apply a sepia tone to the input image"),
NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]