[gegl] Fixed another typo



commit 631aa6931dc92b43e21354b90bb38c12a88c3f9c
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Thu May 10 13:07:43 2012 +0200

    Fixed another typo

 operations/external/vector-fill.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/vector-fill.c b/operations/external/vector-fill.c
index 71a8311..57ffeab 100644
--- a/operations/external/vector-fill.c
+++ b/operations/external/vector-fill.c
@@ -31,7 +31,7 @@ gegl_chant_double (opacity,  _("Opacity"),  -2.0, 2.0, 1.0,
                              _("The fill opacity to use."))
 
 gegl_chant_string (fill_rule,_("Fill rule."), "nonzero",
-                             _("how to determine what to fill (nonzero|evenodd"))
+                             _("how to determine what to fill (nonzero|evenodd)"))
 
 gegl_chant_string (transform,_("Transform"), "",
                              _("svg style description of transform."))



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