[gnome-color-manager] Add another string to the calibration notes
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Add another string to the calibration notes
- Date: Wed, 4 Nov 2009 22:10:16 +0000 (UTC)
commit 826646d44b83a48dcf3dafcc241209bef830321e
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date: Wed Nov 4 22:09:30 2009 +0000
Add another string to the calibration notes
src/gcm-calibrate.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-calibrate.c b/src/gcm-calibrate.c
index 5b48d42..f5be9b9 100644
--- a/src/gcm-calibrate.c
+++ b/src/gcm-calibrate.c
@@ -239,7 +239,7 @@ gcm_calibrate_setup (GcmCalibrate *calibrate, GtkWindow *window, GError **error)
g_string_append_printf (string, "%s\n\n", _("You may want to consult the owners manual for your display on how to achieve these settings."));
/* TRANSLATORS: dialog message, bullet item */
- g_string_append_printf (string, "â?¢ %s\n", _("Reset your display to it's factory defaults."));
+ g_string_append_printf (string, "â?¢ %s\n", _("Reset your display to the factory defaults."));
/* TRANSLATORS: dialog message, bullet item */
g_string_append_printf (string, "â?¢ %s\n", _("Disable dynamic contrast if your display has this feature."));
@@ -253,6 +253,9 @@ gcm_calibrate_setup (GcmCalibrate *calibrate, GtkWindow *window, GError **error)
/* TRANSLATORS: dialog message, bullet item */
g_string_append_printf (string, "â?¢ %s\n", _("Adjust the display brightness to a comfortable level for prolonged viewing."));
+ /* TRANSLATORS: dialog message, suffix */
+ g_string_append_printf (string, "\n%s\n", _("For best results, the display should have been powered for at least 15 minutes before starting the calibration."));
+
/* set the message */
gcm_calibrate_set_message (calibrate, string->str);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]