From 2b7ed861dfa25aede292b6aa55c7fe29d7b8bcdd Mon Sep 17 00:00:00 2001 From: Nick Richards Date: Wed, 16 Feb 2011 11:07:15 -0800 Subject: [PATCH] Slight english string change to improve coffee o'clock. --- SparkleShare/SparkleIntro.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index a89212d8..405d8248 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -633,7 +633,7 @@ namespace SparkleShare { }; Label information = new Label (_("This may take a while.\n") + - _("You sure it’s not coffee o-clock?")) { + _("Are you sure it’s not coffee o'clock?")) { UseMarkup = true, Xalign = 0 };