From 255e5a52a4d17029b5c2b7972ee26ab423917eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Sun, 22 Jul 2018 18:58:46 +0200 Subject: [PATCH] =?UTF-8?q?modules:=20fix=20typos=20in=20ACES=20RRT?= =?UTF-8?q?=E2=80=99s=20translatable=20strings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/display-filter-aces-rrt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/display-filter-aces-rrt.c b/modules/display-filter-aces-rrt.c index 3439d5b454..d71e2b63db 100644 --- a/modules/display-filter-aces-rrt.c +++ b/modules/display-filter-aces-rrt.c @@ -81,7 +81,7 @@ static void cdisplay_aces_rrt_set_exposure (CdisplayAcesRRT *aces static const GimpModuleInfo cdisplay_aces_rrt_info = { GIMP_MODULE_ABI_VERSION, - N_("ACES RRT (RRT = Reference Rendering Transform) An HDR to SDR proof color display filter, usin a luminance-only approximation of the ACES RRT, a pre-defined filmic look to be used before ODT (display or output space ICC Profile)"), + N_("ACES RRT (RRT = Reference Rendering Transform). An HDR to SDR proof color display filter, using a luminance-only approximation of the ACES RRT, a pre-defined filmic look to be used before ODT (display or output space ICC profile)"), "Øyvind Kolås ", "v0.1", "(c) 2018, released under the LGPLv2+", @@ -118,7 +118,7 @@ cdisplay_aces_rrt_class_init (CdisplayAcesRRTClass *klass) GIMP_CONFIG_PROP_DOUBLE (object_class, PROP_EXPOSURE, "exposure", - _("pre-transform change in stops"), + _("Pre-transform change in stops"), NULL, -10.0, 10.0, DEFAULT_EXPOSURE, 1);