[gegl] No more dots in the end of tooltips in box blur, checkerboard and grid ops
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] No more dots in the end of tooltips in box blur, checkerboard and grid ops
- Date: Sun, 1 Apr 2012 06:42:08 +0000 (UTC)
commit ee4375efd8c59baaec4140e8809348d4eec11b3b
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Sun Apr 1 10:41:34 2012 +0400
No more dots in the end of tooltips in box blur, checkerboard and grid ops
operations/common/box-blur.c | 4 ++--
operations/common/checkerboard.c | 8 ++++----
operations/common/grid.c | 12 ++++++------
3 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/operations/common/box-blur.c b/operations/common/box-blur.c
index c33fd23..413a969 100644
--- a/operations/common/box-blur.c
+++ b/operations/common/box-blur.c
@@ -22,7 +22,7 @@
#ifdef GEGL_CHANT_PROPERTIES
gegl_chant_double_ui (radius, _("Radius"), 0.0, 1000.0, 4.0, 0.0, 100.0, 1.5,
- _("Radius of square pixel region, (width and height will be radius*2+1)."))
+ _("Radius of square pixel region, (width and height will be radius*2+1)"))
#else
@@ -410,7 +410,7 @@ gegl_chant_class_init (GeglChantClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:box-blur",
"categories", "blur",
- "description", _("Performs an averaging of a square box of pixels."),
+ "description", _("Performs an averaging of a square box of pixels"),
NULL);
}
diff --git a/operations/common/checkerboard.c b/operations/common/checkerboard.c
index 5be3e73..8131fe8 100644
--- a/operations/common/checkerboard.c
+++ b/operations/common/checkerboard.c
@@ -23,13 +23,13 @@
#ifdef GEGL_CHANT_PROPERTIES
gegl_chant_int_ui (x, _("Width"), 1, G_MAXINT, 16, 1, 256, 1.5,
- _("Horizontal width of cells pixels."))
+ _("Horizontal width of cells pixels"))
gegl_chant_int_ui (y, _("Height"), 1, G_MAXINT, 16, 1, 256, 1.5,
- _("Vertical width of cells in pixels."))
+ _("Vertical width of cells in pixels"))
gegl_chant_int_ui (x_offset, _("X offset"), -G_MAXINT, G_MAXINT, 0, -10, 10, 1.0,
- _("Horizontal offset (from origin) for start of grid."))
+ _("Horizontal offset (from origin) for start of grid"))
gegl_chant_int_ui (y_offset, _("Y offset"), -G_MAXINT, G_MAXINT, 0, -10, 10, 1.0,
- _("Vertical offset (from origin) for start of grid."))
+ _("Vertical offset (from origin) for start of grid"))
gegl_chant_color (color1, _("Color"), "black",
_("One of the cell colors (defaults to 'black')"))
gegl_chant_color (color2, _("Other color"), "white",
diff --git a/operations/common/grid.c b/operations/common/grid.c
index 9bc9f82..835587e 100644
--- a/operations/common/grid.c
+++ b/operations/common/grid.c
@@ -22,17 +22,17 @@
#ifdef GEGL_CHANT_PROPERTIES
gegl_chant_int_ui (x, _("Width"), 1, G_MAXINT, 32, 1, 128, 1.0,
- _("Horizontal width of cells pixels."))
+ _("Horizontal width of cells pixels"))
gegl_chant_int_ui (y, _("Height"), 1, G_MAXINT, 32, 1, 128, 1.0,
- _("Vertical width of cells in pixels."))
+ _("Vertical width of cells in pixels"))
gegl_chant_int_ui (x_offset, _("X offset"), -G_MAXINT, G_MAXINT, 0, -64, 64, 1.0,
- _("Horizontal offset (from origin) for start of grid."))
+ _("Horizontal offset (from origin) for start of grid"))
gegl_chant_int_ui (y_offset, _("Y offset"), -G_MAXINT, G_MAXINT, 0, -64, 64, 1.0,
- _("Vertical offset (from origin) for start of grid."))
+ _("Vertical offset (from origin) for start of grid"))
gegl_chant_int_ui (line_width, _("Line Width"), 0, G_MAXINT, 4, 0, 16, 1.0,
- _("Width of grid lines in pixels."))
+ _("Width of grid lines in pixels"))
gegl_chant_int_ui (line_height, _("Line Height"), 0, G_MAXINT, 4, 0, 16, 1.0,
- _("Height of grid lines in pixels."))
+ _("Height of grid lines in pixels"))
gegl_chant_color (line_color, _("Color"), "black",
_("Color of the grid lines"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]