[gegl] unsharp-mask: rename human readable name to "Sharpen (Unsharp Mask)"
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] unsharp-mask: rename human readable name to "Sharpen (Unsharp Mask)"
- Date: Thu, 21 Jun 2018 12:12:16 +0000 (UTC)
commit ebeede51d86244ad80478684331201a61dae9bcb
Author: Øyvind Kolås <pippin gimp org>
Date: Thu Jun 21 14:10:51 2018 +0200
unsharp-mask: rename human readable name to "Sharpen (Unsharp Mask)"
For some relevant discussion, see gimp#1671
operations/common/unsharp-mask.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/operations/common/unsharp-mask.c b/operations/common/unsharp-mask.c
index 8cc39a2ae..1e481255d 100644
--- a/operations/common/unsharp-mask.c
+++ b/operations/common/unsharp-mask.c
@@ -81,7 +81,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:unsharp-mask",
- "title", _("Unsharp Mask"),
+ "title", _("Sharpen (Unsharp Mask)"),
"categories", "enhance:sharpen",
"reference-hash", "5f94a8d1b946c82b1f066f50b9648a5a",
"description", _("Sharpen image, by adding difference to blurred image, a technique for sharpening
originally used in darkrooms."),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]