[gegl] Added noise reduction to the list of translatable ops, marked its messages for translation



commit 52c350b31c475b3e0492563b631f4dd63ef80222
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Sun Apr 1 10:53:41 2012 +0400

    Added noise reduction to the list of translatable ops, marked its messages for translation

 operations/common/noise-reduction.c |    2 +-
 po/POTFILES.in                      |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/noise-reduction.c b/operations/common/noise-reduction.c
index 7d44a69..cd4a8c4 100644
--- a/operations/common/noise-reduction.c
+++ b/operations/common/noise-reduction.c
@@ -18,7 +18,7 @@
 
 #ifdef GEGL_CHANT_PROPERTIES
 
-gegl_chant_int_ui (iterations, "Strength", 0, 32, 4, 0, 8, 1, "How many iteratarion to run the algorithm.")
+gegl_chant_int_ui (iterations, _("Strength"), 0, 32, 4, 0, 8, 1, _("How many iteratarions to run the algorithm with"))
 
 #else
 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 675ae38..91bbbd8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -49,6 +49,7 @@ operations/common/mirrors.c
 operations/common/mono-mixer.c
 operations/common/motion-blur.c
 operations/common/noise.c
+operations/common/noise-reduction.c
 operations/common/opacity.c
 operations/common/open-buffer.c
 operations/common/over.c



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