[gegl] noise-cell: remove superfluous spaces in a translatable string



commit 61ecc120d2b289d3d4c0fa8c72edf16bee0d03bf
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Apr 3 23:40:35 2016 +0200

    noise-cell: remove superfluous spaces in a translatable string

 operations/common/noise-cell.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/noise-cell.c b/operations/common/noise-cell.c
index 2f7f622..d82066e 100644
--- a/operations/common/noise-cell.c
+++ b/operations/common/noise-cell.c
@@ -432,7 +432,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "categories",         "render",
     "position-dependent", "true",
 
-    "description",        _("Generates a cellular texture.  "),
+    "description",        _("Generates a cellular texture."),
 
     "reference",  "Steven Worley. 1996. A cellular texture basis function. In Proceedings of the 23rd annual 
conference on Computer graphics and interactive techniques (SIGGRAPH '96).",
 


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