summaryrefslogtreecommitdiff
path: root/operations
diff options
context:
space:
mode:
authorMarco Ciampa <ciampix@libero.it>2015-04-21 08:57:35 +0200
committerMarco Ciampa <ciampix@libero.it>2015-04-21 08:57:35 +0200
commit0468c6a24ff252161f956b4346772277c936ab8b (patch)
tree655fe3325c9e2f4feb86066c8c0030a5a6611c60 /operations
parenta07dbbb99bacecd7d7b1c18bd306c2fdff59b957 (diff)
Small typo corrected
Diffstat (limited to 'operations')
-rw-r--r--operations/common/color-reduction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/operations/common/color-reduction.c b/operations/common/color-reduction.c
index b9155342..d67b7320 100644
--- a/operations/common/color-reduction.c
+++ b/operations/common/color-reduction.c
@@ -509,7 +509,7 @@ gegl_op_class_init (GeglOpClass *klass)
"title", _("Color Reduction"),
"categories", "dither",
"description", _("Reduce the number of colors in the image, by reducing "
- "the bits per channel (colors and alpha), different dithering methods"
+ "the bits per channel (colors and alpha). Different dithering methods "
"can be specified to counteract quantization induced banding."),
"reference-composition", composition,
NULL);