From c54a33f0ff47bd8af8e19de5ea30737d9eaf01c0 Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Thu, 5 Oct 2023 01:25:15 +0000 Subject: [PATCH] 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. --- app/config/gimprc-blurbs.h | 2 +- docs/gimprc.5.in | 2 +- etc/gimprc.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config/gimprc-blurbs.h b/app/config/gimprc-blurbs.h index 2d04bd4d42..dc7445c888 100644 --- a/app/config/gimprc-blurbs.h +++ b/app/config/gimprc-blurbs.h @@ -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.") diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in index 1fd61e6294..181b2ec811 100644 --- a/docs/gimprc.5.in +++ b/docs/gimprc.5.in @@ -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 diff --git a/etc/gimprc.in b/etc/gimprc.in index dbc9756072..9f8afa102a 100644 --- a/etc/gimprc.in +++ b/etc/gimprc.in @@ -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)