[gnome-color-manager] Fixed typo in string



commit 401ed83e3ac5cfd53c41261715443650ba4356fb
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Thu Apr 19 12:24:56 2012 +0200

    Fixed typo in string

 src/gcm-calibrate-main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-calibrate-main.c b/src/gcm-calibrate-main.c
index 5aa81fb..9a52508 100644
--- a/src/gcm-calibrate-main.c
+++ b/src/gcm-calibrate-main.c
@@ -814,7 +814,7 @@ gcm_calib_setup_page_summary (GcmCalibratePriv *calib)
 		/* show button to copy profile */
 		image = gcm_calib_get_show_profile_button (calib);
 		gtk_box_pack_start (GTK_BOX (content), image, FALSE, FALSE, 30);
-		gcm_calib_add_page_para (content, _("You can use the profile with <a href=\"import-linux\">Linux</a>, <a href=\"import-osx\">Apple OS X</a> and <a href=\"import-windows\">Microsoft  Windows</a> systems."));
+		gcm_calib_add_page_para (content, _("You can use the profile with <a href=\"import-linux\">Linux</a>, <a href=\"import-osx\">Apple OS X</a> and <a href=\"import-windows\">Microsoft Windows</a> systems."));
 	} else {
 		/* add image for success */
 		image = gtk_image_new ();



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