[gegl] svg-hurerotate: fix typo in title



commit 9ded45bfa937dfc2ac625fbd79957d52485adca4
Author: Øyvind Kolås <pippin gimp org>
Date:   Fri May 5 01:07:54 2017 +0200

    svg-hurerotate: fix typo in title

 operations/common/svg-huerotate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/svg-huerotate.c b/operations/common/svg-huerotate.c
index c20bbb9..42921a6 100644
--- a/operations/common/svg-huerotate.c
+++ b/operations/common/svg-huerotate.c
@@ -115,7 +115,7 @@ gegl_op_class_init (GeglOpClass *klass)
   gegl_operation_class_set_keys (operation_class,
     "name"       , "gegl:svg-huerotate",
     "categories" , "compositors:svgfilter",
-    "title"      , _("SVG huderotate"),
+    "title"      , _("SVG Hue Rotate"),
     "description", _("SVG color matrix operation svg_huerotate"),
     NULL);
 }


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