[gegl] brightness-contrast: issue #128
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] brightness-contrast: issue #128
- Date: Sat, 2 Feb 2019 20:52:22 +0000 (UTC)
commit 4a6576904d075bc1fa9cde896a06194fbe0d3b4a
Author: Øyvind Kolås <pippin gimp org>
Date: Sat Feb 2 21:51:06 2019 +0100
brightness-contrast: issue #128
Remove a extra % that would make sense if this was a format string, which it
isn't. Fixing issue #128.
operations/common/brightness-contrast.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/operations/common/brightness-contrast.c b/operations/common/brightness-contrast.c
index 850c37b9e..b612686b5 100644
--- a/operations/common/brightness-contrast.c
+++ b/operations/common/brightness-contrast.c
@@ -159,7 +159,7 @@ gegl_op_class_init (GeglOpClass *klass)
"title", _("Brightness Contrast"),
"categories", "color",
"reference-hash", "a60848d705029cad1cb89e44feb7f56e",
- "description", _("Changes the light level and contrast. This operation operates in linear light,
'contrast' is a scale factor around 50%% gray, and 'brightness' a constant offset to apply after contrast
scaling."),
+ "description", _("Changes the light level and contrast. This operation operates in linear light,
'contrast' is a scale factor around 50% gray, and 'brightness' a constant offset to apply after contrast
scaling."),
"cl-source" , brightness_contrast_cl_source,
"reference-composition", composition,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]