[gegl] Bug 683651 - i18n errors - typos
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Bug 683651 - i18n errors - typos
- Date: Mon, 10 Sep 2012 08:50:28 +0000 (UTC)
commit e894d109fe92c2ba0b1be64eb7f199c567ff3a46
Author: Michael Murà <mure michael gmail com>
Date: Mon Sep 10 17:38:07 2012 +0900
Bug 683651 - i18n errors - typos
operations/common/c2g.c | 4 ++--
operations/common/load.c | 2 +-
operations/common/noise-hurl.c | 2 +-
operations/common/noise-pick.c | 2 +-
operations/common/noise-slur.c | 2 +-
operations/common/reinhard05.c | 4 ++--
6 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/operations/common/c2g.c b/operations/common/c2g.c
index c9ae052..c28d0a5 100644
--- a/operations/common/c2g.c
+++ b/operations/common/c2g.c
@@ -491,8 +491,8 @@ gegl_chant_class_init (GeglChantClass *klass)
"categories", "enhance",
"description",
_("Color to grayscale conversion, uses envelopes formed from spatial "
- " color differences to perform color-feature preserving grayscale "
- " spatial contrast enhancement"),
+ "color differences to perform color-feature preserving grayscale "
+ "spatial contrast enhancement"),
NULL);
}
diff --git a/operations/common/load.c b/operations/common/load.c
index 022c67d..83240bd 100644
--- a/operations/common/load.c
+++ b/operations/common/load.c
@@ -178,7 +178,7 @@ gegl_chant_class_init (GeglChantClass *klass)
"categories" , "meta:input",
"description",
_("Multipurpose file loader, that uses other native handlers, and "
- "fallback conversion using image magick's convert."),
+ "fallback conversion using Image Magick's convert."),
NULL);
}
diff --git a/operations/common/noise-hurl.c b/operations/common/noise-hurl.c
index 8c088c2..e3b65d2 100644
--- a/operations/common/noise-hurl.c
+++ b/operations/common/noise-hurl.c
@@ -29,7 +29,7 @@
gegl_chant_seed (seed, _("Seed"), _("Random seed"))
-gegl_chant_double (pct_random, _("Randomization (%)"), 0.0, 100.0, 3.0, _("Radomization"))
+gegl_chant_double (pct_random, _("Randomization (%)"), 0.0, 100.0, 3.0, _("Randomization"))
gegl_chant_int (repeat, _("Repeat"), 1, 100, 1, _("Repeat"))
diff --git a/operations/common/noise-pick.c b/operations/common/noise-pick.c
index 7fcb9a5..09db191 100644
--- a/operations/common/noise-pick.c
+++ b/operations/common/noise-pick.c
@@ -29,7 +29,7 @@
gegl_chant_seed (seed, _("Seed"), _("Random seed"))
-gegl_chant_double (pct_random, _("Randomization (%)"), 0.0, 100.0, 3.0, _("Radomization"))
+gegl_chant_double (pct_random, _("Randomization (%)"), 0.0, 100.0, 3.0, _("Randomization"))
gegl_chant_int (repeat, _("Repeat"), 1, 100, 1, _("Repeat"))
diff --git a/operations/common/noise-slur.c b/operations/common/noise-slur.c
index 46535f5..2d7aede 100644
--- a/operations/common/noise-slur.c
+++ b/operations/common/noise-slur.c
@@ -32,7 +32,7 @@
gegl_chant_seed (seed, _("Seed"), _("Random seed"))
-gegl_chant_double (pct_random, _("Randomization (%)"), 0.0, 100.0, 3.0, _("Radomization"))
+gegl_chant_double (pct_random, _("Randomization (%)"), 0.0, 100.0, 3.0, _("Randomization"))
gegl_chant_int (repeat, _("Repeat"), 1, 100, 1, _("Repeat"))
diff --git a/operations/common/reinhard05.c b/operations/common/reinhard05.c
index bb3fcf0..460659e 100644
--- a/operations/common/reinhard05.c
+++ b/operations/common/reinhard05.c
@@ -29,7 +29,7 @@ gegl_chant_double (brightness, _("Brightness"),
_("Overall brightness of the image"))
gegl_chant_double (chromatic, _("Chromatic Adaptation"),
0.0, 1.0, 0.0,
- _("Adapation to colour variation across the image"))
+ _("Adapation to color variation across the image"))
gegl_chant_double (light, _("Light Adaptation"),
0.0, 1.0, 1.0,
_("Adapation to light variation across the image"))
@@ -272,7 +272,7 @@ gegl_chant_class_init (GeglChantClass *klass)
"categories" , "tonemapping",
"description",
_("Adapt an image, which may have a high dynamic range, for "
- "presentation using a low dynamic range. This is an efficient "
+ "presentation using a low dynamic range. This is an efficient "
"global operator derived from simple physiological observations, "
"producing luminance within the range 0.0-1.0"),
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]