modules: Add translation note for Clip warning

Resolves #8207. Adds a note to clarify the purpose of the
Clip Warning color display filter.
This commit is contained in:
Alx Sa 2023-08-15 17:09:14 +00:00
parent 40b2412fa4
commit 64eaed2ad7

View file

@ -118,6 +118,9 @@ static void cdisplay_clip_warning_update_colors (CdisplayClipWarning *clip_w
static const GimpModuleInfo cdisplay_clip_warning_info = static const GimpModuleInfo cdisplay_clip_warning_info =
{ {
GIMP_MODULE_ABI_VERSION, 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"), N_("Clip warning color display filter"),
"Ell", "Ell",
"v1.0", "v1.0",