From 64eaed2ad762cb6167ec83d1192ef1e6a3d1274c Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Tue, 15 Aug 2023 17:09:14 +0000 Subject: [PATCH] modules: Add translation note for Clip warning Resolves #8207. Adds a note to clarify the purpose of the Clip Warning color display filter. --- modules/display-filter-clip-warning.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/display-filter-clip-warning.c b/modules/display-filter-clip-warning.c index 676a857c9e..4e141f992a 100644 --- a/modules/display-filter-clip-warning.c +++ b/modules/display-filter-clip-warning.c @@ -118,6 +118,9 @@ static void cdisplay_clip_warning_update_colors (CdisplayClipWarning *clip_w static const GimpModuleInfo cdisplay_clip_warning_info = { GIMP_MODULE_ABI_VERSION, + /* Translators: "Clip Warning" is the name of a (color) display filter + * that highlights pixels outside of the color space range. + * Shown as a label description. */ N_("Clip warning color display filter"), "Ell", "v1.0",