[gnome-color-manager] Fixed a user visible message



commit 6fd8bd6313166b998020582d38bd5b09f206256a
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Wed Feb 17 03:22:32 2010 +0300

    Fixed a user visible message

 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 b4147c8..ac94f38 100644
--- a/src/gcm-calibrate.c
+++ b/src/gcm-calibrate.c
@@ -909,7 +909,7 @@ gcm_calibrate_device (GcmCalibrate *calibrate, GtkWindow *window, GError **error
 		/* 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?"));
 		/* 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 have already have the correct file then you can skip this step."));
+		g_string_append_printf (string, "%s", _("If you already have the correct file, you can skip this step."));
 
 		gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), "%s", string->str);
 		gtk_window_set_icon_name (GTK_WINDOW (dialog), GCM_STOCK_ICON);



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