[gnome-color-manager] trivial: remove a line from the calibration dialog



commit 7488ae9bdffac63c154772f7dabbdb326be86577
Author: Richard Hughes <richard hughsie com>
Date:   Tue Apr 17 18:44:38 2012 +0100

    trivial: remove a line from the calibration dialog

 src/gcm-calibrate-main.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gcm-calibrate-main.c b/src/gcm-calibrate-main.c
index c30db54..cd164bf 100644
--- a/src/gcm-calibrate-main.c
+++ b/src/gcm-calibrate-main.c
@@ -754,12 +754,10 @@ gcm_calib_setup_page_summary (GcmCalibratePriv *calib)
 	case CD_DEVICE_KIND_DISPLAY:
 		/* TRANSLATORS: this is the final summary */
 		gcm_calib_add_page_para (content, _("The display has been calibrated successfully."));
-		gcm_calib_add_page_para (content, _("You may notice the screen is a slightly different color."));
 		break;
 	case CD_DEVICE_KIND_PRINTER:
 		/* TRANSLATORS: this is the final summary */
 		gcm_calib_add_page_para (content, _("The printer has been calibrated successfully."));
-		gcm_calib_add_page_para (content, _("Documents printed from this device will be color managed."));
 		break;
 	default:
 		/* TRANSLATORS: this is the final summary */



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