[gnome-color-manager] Add info re. high precision for display profiling



commit 984e88aad2840d0b9306ccf9ff5efa9ded127394
Author: Milan Knizek <knizek volny cz>
Date:   Sat Mar 6 21:00:06 2010 +0100

    Add info re. high precision for display profiling

 src/gcm-calibrate.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/gcm-calibrate.c b/src/gcm-calibrate.c
index a8a4cbf..f12841f 100644
--- a/src/gcm-calibrate.c
+++ b/src/gcm-calibrate.c
@@ -869,6 +869,12 @@ gcm_calibrate_get_precision (GcmCalibrate *calibrate, GError **error)
 		g_string_append_printf (string, "\n%s", _("The high precision profiles also require more paper and time for reading the color swatches."));
 	}
 
+	/* display specific options */
+	if (priv->device_type == GCM_DEVICE_TYPE_ENUM_DISPLAY) {
+		/* TRANSLATORS: dialog message, preface */
+		g_string_append_printf (string, "\n%s", _("The high precision profiles also require more time for reading the color swatches."));
+	}
+
 	/* push new messages into the UI */
 	gcm_calibrate_dialog_show (priv->calibrate_dialog, GCM_CALIBRATE_DIALOG_TAB_PRECISION, title, string->str);
 	gcm_calibrate_dialog_set_show_button_ok (priv->calibrate_dialog, FALSE);



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