[gegl] oilify: fix typos in pad labels



commit 29efcb21903cb1ecad54552a6bfee3f7e6713f20
Author: Øyvind Kolås <pippin gimp org>
Date:   Fri Jul 19 23:04:51 2019 +0200

    oilify: fix typos in pad labels

 operations/common-gpl3+/oilify.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common-gpl3+/oilify.c b/operations/common-gpl3+/oilify.c
index bb54c02e7..b76a04db4 100644
--- a/operations/common-gpl3+/oilify.c
+++ b/operations/common-gpl3+/oilify.c
@@ -520,9 +520,9 @@ gegl_op_class_init (GeglOpClass *klass)
   composer3_class = GEGL_OPERATION_COMPOSER3_CLASS (klass);
   composer3_class->process    = process;
 
-  composer3_class->aux_label= _("Mask radius bufffer");
+  composer3_class->aux_label= _("Mask radius buffer");
   composer3_class->aux_description = _("Per pixel buffer for modulating the mask radius, expecting a scaling 
factor in range 0.0-1.0");
-  composer3_class->aux2_label = _("Exponent bufffer");
+  composer3_class->aux2_label = _("Exponent buffer");
   composer3_class->aux_description = _("Per pixel buffer for modulating the exponent parameter, expecting a 
scaling factor in range 0.0-1.0");
 
   operation_class->get_required_for_output = get_required_for_output;


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