[gegl] gegl:color fix typo in description of color property



commit 101cafd2f9821342b3fbc8ddd7237e7e6324c15e
Author: Øyvind Kolås <pippin gimp org>
Date:   Sun Nov 22 21:05:02 2015 +0100

    gegl:color fix typo in description of color property

 operations/common/color.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/color.c b/operations/common/color.c
index dbb7bb7..216c0a9 100644
--- a/operations/common/color.c
+++ b/operations/common/color.c
@@ -22,7 +22,7 @@
 #ifdef GEGL_PROPERTIES
 
 property_color (value, _("Color"), "black")
-    description (("The color to render (Idefaults to 'black')"))
+    description (("The color to render (defaults to 'black')"))
     ui_meta     ("role", "color-primary")
 
 property_format (format, _("Babl Format"), 666)


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