mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
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:
parent
40b2412fa4
commit
64eaed2ad7
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue