[gnome-color-manager] trivial: update the calibration text when showing the modal window
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] trivial: update the calibration text when showing the modal window
- Date: Thu, 31 Mar 2011 10:45:05 +0000 (UTC)
commit 23552b97f582ec192f806baf223799d268f14205
Author: Richard Hughes <richard hughsie com>
Date: Tue Mar 29 19:00:36 2011 +0100
trivial: update the calibration text when showing the modal window
src/gcm-calibrate.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/src/gcm-calibrate.c b/src/gcm-calibrate.c
index 7616fb1..165eacf 100644
--- a/src/gcm-calibrate.c
+++ b/src/gcm-calibrate.c
@@ -1093,7 +1093,7 @@ gcm_calibrate_device (GcmCalibrate *calibrate, GtkWindow *window, GError **error
/* scanner specific options */
if (priv->device_kind == CD_DEVICE_KIND_SCANNER) {
/* TRANSLATORS: dialog message, preface */
- g_string_append_printf (string, "%s\n", _("Ensure that the contrast and brightness are not changed and color correction profiles are not applied."));
+ g_string_append_printf (string, "%s\n", _("Ensure that the contrast and brightness are not changed and color correction profiles have not been applied."));
/* TRANSLATORS: dialog message, suffix */
g_string_append_printf (string, "%s\n", _("The device sensor should have been cleaned prior to scanning and the output file resolution should be at least 200dpi."));
@@ -1105,11 +1105,8 @@ gcm_calibrate_device (GcmCalibrate *calibrate, GtkWindow *window, GError **error
g_string_append_printf (string, "%s\n", _("Ensure that the white-balance has not been modified by the camera and that the lens is clean."));
}
- /* TRANSLATORS: dialog message, suffix */
- g_string_append_printf (string, "\n%s\n", _("For best results, the reference target should also be less than two years old."));
-
/* TRANSLATORS: this is the message body for the chart selection */
- g_string_append_printf (string, "\n%s\n", _("Please select the calibration target type which corresponds to your reference file."));
+ g_string_append_printf (string, "\n%s", _("Please select the calibration target type."));
/* push new messages into the UI */
gcm_calibrate_dialog_set_window (priv->calibrate_dialog, window);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]