[gimp] libgimpwidgets: change the tooltip of GimpColorConfig:mode



commit 335727dd267a44ac48fc4fdfa1678f7005fbb50f
Author: Michael Natterer <mitch gimp org>
Date:   Mon May 16 17:37:22 2016 +0200

    libgimpwidgets: change the tooltip of GimpColorConfig:mode
    
    to say "How images are displayed on screen." instead of "Mode of
    operation for color management.". The old text was never accurate.

 libgimpconfig/gimpcolorconfig.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimpconfig/gimpcolorconfig.c b/libgimpconfig/gimpcolorconfig.c
index 545e224..e5ad181 100644
--- a/libgimpconfig/gimpcolorconfig.c
+++ b/libgimpconfig/gimpcolorconfig.c
@@ -51,7 +51,7 @@
 
 
 #define COLOR_MANAGEMENT_MODE_BLURB \
-  _("Mode of operation for color management.")
+  _("How images are displayed on screen.")
 
 #define DISPLAY_PROFILE_BLURB \
   _("The color profile of your (primary) monitor.")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]