Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
2e30a92c
Commit
2e30a92c
authored
Jan 23, 2023
by
Jehan
Browse files
Issue
#8524
: add or change some missing or duplicate mnemonics.
parent
2aa325a5
Pipeline
#483950
failed with stages
in 28 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plug-ins/common/file-png.c
View file @
2e30a92c
...
...
@@ -272,7 +272,7 @@ png_create_procedure (GimpPlugIn *plug_in,
G_PARAM_READWRITE
);
GIMP_PROC_ARG_BOOLEAN
(
procedure
,
"optimize-palette"
,
_
(
"Optimize for smallest possible palette size"
),
_
(
"
_
Optimize for smallest possible palette size"
),
_
(
"When checked, save as 1, 2, 4, or 8-bit depending"
" on number of colors used. When unchecked, always"
" save as 8-bit"
),
...
...
plug-ins/file-tiff/file-tiff.c
View file @
2e30a92c
...
...
@@ -208,7 +208,7 @@ tiff_create_procedure (GimpPlugIn *plug_in,
"tif,tiff"
);
GIMP_PROC_ARG_BOOLEAN
(
procedure
,
"bigtiff"
,
"Export in BigTIFF variant file format"
,
"Export in
_
BigTIFF variant file format"
,
"The BigTIFF variant file format uses 64-bit offsets, "
"hence supporting over 4GiB files and bigger"
,
FALSE
,
...
...
@@ -230,7 +230,7 @@ tiff_create_procedure (GimpPlugIn *plug_in,
G_PARAM_READWRITE
);
GIMP_PROC_ARG_BOOLEAN
(
procedure
,
"cmyk"
,
"Export as
_
CMYK"
,
"Export as CMY
_
K"
,
"Create a CMYK TIFF image using the soft-proofing color profile"
,
FALSE
,
G_PARAM_READWRITE
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment