[gegl] Fixed typo
- From: Daniel Mustieles GarcÃa <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Fixed typo
- Date: Thu, 10 May 2012 12:21:23 +0000 (UTC)
commit 5c98359dab891e75aa2bc00b4fcd8e794d70e92a
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Thu May 10 14:21:17 2012 +0200
Fixed typo
operations/workshop/convolution-matrix.c | 4 ++--
operations/workshop/external/lens-correct.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/workshop/convolution-matrix.c b/operations/workshop/convolution-matrix.c
index 0765efd..a542d1b 100644
--- a/operations/workshop/convolution-matrix.c
+++ b/operations/workshop/convolution-matrix.c
@@ -88,8 +88,8 @@ gegl_chant_boolean (alpha, _("Alpha"), TRUE, _("Alpha channel"))
gegl_chant_boolean (weight, _("Alpha-weighting"), TRUE, _("Alpha weighting"))
gegl_chant_string (border, _("Border"), "extend",
- _("Type of border to choose."
- "Choices are extend, wrap, crop."
+ _("Type of border to choose. "
+ "Choices are extend, wrap, crop. "
"Default is extend"))
#else
diff --git a/operations/workshop/external/lens-correct.c b/operations/workshop/external/lens-correct.c
index 79bd0ff..cd79e48 100644
--- a/operations/workshop/external/lens-correct.c
+++ b/operations/workshop/external/lens-correct.c
@@ -30,7 +30,7 @@ gegl_chant_string (maker, _("Maker:"),"none",
gegl_chant_string (Camera, _("Camera:"),"none",
_("Write camera name correctly"))
gegl_chant_string (Lens, _("Lens:"),"none",
- _("Write your lens model with majuscules"))
+ _("Write your lens model with uppercase letters"))
gegl_chant_double (focal, _("Focal of the camera"), 0.0, 300.0, 20.0,
_("Calculate b value from focal"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]