mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
config: Clarify color profile policy (@ellestone)
Original patch by @ellestone. The current tooltip is somewhat confusing for two reasons: It doesn't mention the word "ICC", leaving room for doubt as to what a "color profile" might be. And as @TheTooleMan suggested, it's easier to read and understand if the action (opening a file . . .) is in front of the modifier (. . . with an embedded ICC profile) instead of vice versa.
This commit is contained in:
parent
dfe803e882
commit
c54a33f0ff
3 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ _("Timestamp of the last update check.")
|
|||
"Defines the color management behavior."
|
||||
|
||||
#define COLOR_PROFILE_POLICY_BLURB \
|
||||
_("How to handle embedded color profiles when opening a file.")
|
||||
_("What to do when opening a file with an embedded ICC color profile.")
|
||||
|
||||
#define COLOR_PROFILE_PATH_BLURB \
|
||||
_("Sets the default folder path for all color profile file dialogs.")
|
||||
|
|
|
@ -1093,7 +1093,7 @@ Enable the Paint Select tool. Possible values are yes and no.
|
|||
.TP
|
||||
(color-profile-policy ask)
|
||||
|
||||
How to handle embedded color profiles when opening a file. Possible values
|
||||
What to do when opening a file with an embedded ICC color profile. Possible values
|
||||
are ask, keep, convert-builtin and convert-preferred.
|
||||
|
||||
.TP
|
||||
|
|
|
@ -867,7 +867,7 @@
|
|||
#
|
||||
# (playground-paint-select-tool no)
|
||||
|
||||
# How to handle embedded color profiles when opening a file. Possible values
|
||||
# What to do when opening a file with an embedded ICC color profile. Possible values
|
||||
# are ask, keep, convert-builtin and convert-preferred.
|
||||
#
|
||||
# (color-profile-policy ask)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue