[gnome-color-manager] Typo + punctuation fix. Sorry about that!



commit 7524c57c4c19f684d4c199669fed4cc5e15c7f61
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Fri Sep 23 06:30:51 2011 +0400

    Typo + punctuation fix. Sorry about that!

 src/gcm-calibrate-argyll.c |    2 +-
 src/gcm-calibrate-main.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcm-calibrate-argyll.c b/src/gcm-calibrate-argyll.c
index 99de3b0..c5dd54d 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -2504,7 +2504,7 @@ g_debug ("title=%s, message=%s", title_str, string->str);
 		g_string_append (string, "\n\n");
 
 		/* TRANSLATORS: dialog message, just follow the hardware instructions */
-		g_string_append (string, _("If you make a mistake just release the switch and you'll get a chance to try again."));
+		g_string_append (string, _("If you make a mistake, just release the switch, and you'll get a chance to try again."));
 
 		/* push new messages into the UI */
 		gcm_calibrate_set_image (GCM_CALIBRATE (calibrate_argyll), "scan-target.svg");
diff --git a/src/gcm-calibrate-main.c b/src/gcm-calibrate-main.c
index 82deb8d..b8ef50a 100644
--- a/src/gcm-calibrate-main.c
+++ b/src/gcm-calibrate-main.c
@@ -772,7 +772,7 @@ gcm_calib_setup_page_summary (GcmCalibratePriv *calib)
 	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, _("Docments printed from this device will be color managed."));
+		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]