[gegl] negative-darkroom: fix some property metadata typos



commit b4db4e57ead3509b7468812c9878d2eaca1e9e39
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed Jan 13 19:50:04 2021 +0100

    negative-darkroom: fix some property metadata typos

 operations/common/negative-darkroom.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/common/negative-darkroom.c b/operations/common/negative-darkroom.c
index cc54e9d7b..7c579e622 100644
--- a/operations/common/negative-darkroom.c
+++ b/operations/common/negative-darkroom.c
@@ -61,17 +61,17 @@ property_boolean (preflash, _("Enable preflashing"), FALSE)
        description (_("Show preflash controls"))
 
 property_double (flashC, _("Cyan preflash"), 0)
-       description(_("Preflash the negative with cyan light to redude contrast of the print"))
+       description(_("Preflash the negative with cyan light to reduce contrast of the print"))
        value_range (0, 1)
        ui_meta("visible", "preflash")
 
 property_double (flashM, _("Magenta preflash"), 0)
-       description(_("Preflash the negative with magenta light to redude contrast of the print"))
+       description(_("Preflash the negative with magenta light to reduce contrast of the print"))
        value_range (0, 1)
        ui_meta("visible", "preflash")
 
 property_double (flashY, _("Yellow preflash"), 0)
-       description(_("Preflash the negative with yellow light to redude contrast of the print"))
+       description(_("Preflash the negative with yellow light to reduce contrast of the print"))
        value_range (0, 1)
        ui_meta("visible", "preflash")
 


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