[gnome-color-manager] trivial: fix a translated string that got caught up in the reg-ex of doom



commit 3ab1e9189b8697da7f5f96379eabf69fed8c280d
Author: Richard Hughes <richard hughsie com>
Date:   Wed Dec 23 15:12:26 2009 +0000

    trivial: fix a translated string that got caught up in the reg-ex of doom

 src/gcm-calibrate-argyll.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-calibrate-argyll.c b/src/gcm-calibrate-argyll.c
index 5298bfd..d233e6e 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -318,7 +318,7 @@ gcm_calibrate_argyll_display_neutralise (GcmCalibrateArgyll *calibrate_argyll, G
 	/* TRANSLATORS: title, default paramters needed to calibrate_argyll */
 	gcm_calibrate_argyll_set_title (calibrate_argyll, _("Getting default parameters"));
 	/* TRANSLATORS: dialog message */
-	gcm_calibrate_argyll_set_message (calibrate_argyll, _("This pre-calibrate_argylls the screen by sending colored and gray patches to your screen and measuring them with the hardware device."));
+	gcm_calibrate_argyll_set_message (calibrate_argyll, _("This pre-calibrates the screen by sending colored and gray patches to your screen and measuring them with the hardware device."));
 
 	/* wait until finished */
 	g_main_loop_run (priv->loop);



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