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:
Alx Sa 2023-10-05 01:25:15 +00:00
parent dfe803e882
commit c54a33f0ff
3 changed files with 3 additions and 3 deletions

View file

@ -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.")

View file

@ -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

View file

@ -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)