[gnome-color-manager] trivial: remove the word 'automatically' from the install question



commit ebb2e169f97e211a86154fd4507faa0b5ab02ed6
Author: Richard Hughes <richard hughsie com>
Date:   Mon Feb 22 09:28:45 2010 +0000

    trivial: remove the word 'automatically' from the install question

 src/gcm-calibrate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-calibrate.c b/src/gcm-calibrate.c
index 4a3bb3a..577c40e 100644
--- a/src/gcm-calibrate.c
+++ b/src/gcm-calibrate.c
@@ -695,7 +695,7 @@ gcm_calibrate_device (GcmCalibrate *calibrate, GtkWindow *window, GError **error
 		/* TRANSLATORS: dialog message saying the color targets are not installed */
 		g_string_append_printf (string, "%s\n\n", _("Color target files are needed to convert the image to a color profile."));
 		/* TRANSLATORS: dialog message, asking if it's okay to install them */
-		g_string_append_printf (string, "%s\n\n", _("Do you want them to be automatically installed?"));
+		g_string_append_printf (string, "%s\n\n", _("Do you want them to be installed?"));
 		/* TRANSLATORS: dialog message, if the user has the target file on a CDROM then there's no need for this package */
 		g_string_append_printf (string, "%s", _("If you already have the correct file, you can skip this step."));
 



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