[gegl] newsprint: fix typos in a translatable string



commit b8739eac77fcf2280f1c8decb5ca4d8a98a0fd4d
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Apr 23 20:31:25 2017 +0200

    newsprint: fix typos in a translatable string

 operations/common/newsprint.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/newsprint.c b/operations/common/newsprint.c
index f3121f6..fd889fe 100644
--- a/operations/common/newsprint.c
+++ b/operations/common/newsprint.c
@@ -46,7 +46,7 @@ property_enum (pattern, _("Pattern"),
 
 property_double (period, _("Period"), 12.0)
                  value_range (0.0, 200.0)
-                 description (_("The nubmer of pixels across one repetition of abase pattern at base 
resolution."))
+                 description (_("The number of pixels across one repetition of a base pattern at base 
resolution."))
 
 property_double (turbulence, _("Turbulence"), 0.0)
                  value_range (0.0, 1.0)  // rename to wave-pinch or period-pinch?


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