[gegl] Marked messages in color temperature operation for translation



commit 42eae26b70555e60bf6a0279de45cae45c64a864
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Sun Apr 1 09:37:00 2012 +0400

    Marked messages in color temperature operation for translation

 operations/common/color-temperature.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/color-temperature.c b/operations/common/color-temperature.c
index fb1b523..bdda408 100644
--- a/operations/common/color-temperature.c
+++ b/operations/common/color-temperature.c
@@ -24,8 +24,8 @@
 
 #ifdef GEGL_CHANT_PROPERTIES
 
-gegl_chant_double (original_temperature, "Original temperature", LOWEST_TEMPERATURE, HIGHEST_TEMPERATURE, 6500, "Estimated temperature of the light source in Kelvin the image was taken with.")
-gegl_chant_double (intended_temperature, "Intended temperature", LOWEST_TEMPERATURE, HIGHEST_TEMPERATURE, 6500, "Corrected estimation of the temperature of the light source in Kelvin.")
+gegl_chant_double (original_temperature, _("Original temperature"), LOWEST_TEMPERATURE, HIGHEST_TEMPERATURE, 6500, _("Estimated temperature of the light source in Kelvin the image was taken with."))
+gegl_chant_double (intended_temperature, _("Intended temperature"), LOWEST_TEMPERATURE, HIGHEST_TEMPERATURE, 6500, _("Corrected estimation of the temperature of the light source in Kelvin."))
 
 #else
 



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