[gegl] Some missing descriptions marked as translatable



commit 8f09d530f8480caafdbfa07f326ef7567c8c54dc
Author: sabri ünal <libreajans gmail com>
Date:   Wed Mar 13 11:03:29 2019 +0000

    Some missing descriptions  marked as translatable

 operations/common-gpl3+/cubism.c     | 2 +-
 operations/common-gpl3+/mosaic.c     | 4 ++--
 operations/common-gpl3+/tile-paper.c | 2 +-
 operations/common/color.c            | 2 +-
 operations/common/mantiuk06.c        | 2 +-
 operations/common/vignette.c         | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/operations/common-gpl3+/cubism.c b/operations/common-gpl3+/cubism.c
index 305b2784f..87e7101d0 100644
--- a/operations/common-gpl3+/cubism.c
+++ b/operations/common-gpl3+/cubism.c
@@ -37,7 +37,7 @@ property_double (tile_saturation, _("Tile saturation"), 2.5)
     value_range (0.0, 10.0)
 
 property_color  (bg_color, _("Background color"), "rgba(0.0, 0.0, 0.0, 0.0)")
-    description (("The tiles' background color"))
+    description (_("The tiles' background color"))
 
 property_seed (seed, _("Random seed"), rand)
 
diff --git a/operations/common-gpl3+/mosaic.c b/operations/common-gpl3+/mosaic.c
index c8d3c5621..d56490d73 100644
--- a/operations/common-gpl3+/mosaic.c
+++ b/operations/common-gpl3+/mosaic.c
@@ -55,7 +55,7 @@ property_double (tile_neatness, _("Tile neatness"), 0.65)
     value_range (0.0, 1.0)
 
 property_double (color_variation, _("Tile color variation"), 0.2)
-    description (("Magnitude of random color variations"))
+    description (_("Magnitude of random color variations"))
     value_range (0.0, 1.0)
 
 property_boolean (color_averaging, _("Color averaging"), TRUE)
@@ -78,7 +78,7 @@ property_color (joints_color, _("Joints color"), "black")
 property_color (light_color, _("Light color"), "white")
 
 property_double (light_dir, _("Light direction"), 135.0)
-    description (("Direction of light-source (in degrees)"))
+    description (_("Direction of light-source (in degrees)"))
     value_range (0.0, 360.0)
     ui_meta     ("unit", "degree")
     ui_meta     ("direction", "ccw")
diff --git a/operations/common-gpl3+/tile-paper.c b/operations/common-gpl3+/tile-paper.c
index 357c8fc91..843fc320a 100644
--- a/operations/common-gpl3+/tile-paper.c
+++ b/operations/common-gpl3+/tile-paper.c
@@ -73,7 +73,7 @@ property_enum (background_type, _("Background type"),
   description (_("Background type"))
 
 property_color (bg_color, _("Background color"), "rgba(0.0, 0.0, 0.0, 1.0)")
-  description (("The tiles' background color"))
+  description (_("The tiles' background color"))
   ui_meta     ("role", "color-primary")
   ui_meta     ("visible", "background-type {color}")
 
diff --git a/operations/common/color.c b/operations/common/color.c
index 67aa093a6..a20283f9a 100644
--- a/operations/common/color.c
+++ b/operations/common/color.c
@@ -23,7 +23,7 @@
 
 property_color (value, _("Color"), "black")
     /* TRANSLATORS: the string 'black' should not be translated */
-    description (("The color to render (defaults to 'black')"))
+    description (_("The color to render (defaults to 'black')"))
     ui_meta     ("role", "color-primary")
 
 property_format (format, _("Babl Format"), 666)
diff --git a/operations/common/mantiuk06.c b/operations/common/mantiuk06.c
index bbea1e13b..db8f534c5 100644
--- a/operations/common/mantiuk06.c
+++ b/operations/common/mantiuk06.c
@@ -33,7 +33,7 @@ property_double (contrast, _("Contrast"), 0.1)
     value_range (0.0, 1.0)
 
 property_double (saturation, _("Saturation"), 0.8)
-    description (("Global color saturation factor"))
+    description (_("Global color saturation factor"))
     value_range (0.0, 2.0)
 
 property_double (detail, _("Detail"), 1.0)
diff --git a/operations/common/vignette.c b/operations/common/vignette.c
index 8297c43e6..38347d9af 100644
--- a/operations/common/vignette.c
+++ b/operations/common/vignette.c
@@ -52,7 +52,7 @@ property_double (proportion, _("Proportion"), 1.0)
     value_range (0.0, 1.0)
 
 property_double (squeeze, _("Squeeze"), 0.0)
-    description (("Aspect ratio to use, -0.5 = 1:2, 0.0 = 1:1, 0.5 = 2:1, "
+    description (_("Aspect ratio to use, -0.5 = 1:2, 0.0 = 1:1, 0.5 = 2:1, "
               "-1.0 = 1:inf 1.0 = inf:1, this is applied after "
               "proportion is taken into account, to directly use "
               "squeeze factor as proportions, set proportion to 0.0."))


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