diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index f5b72f0c..9f04b2aa 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -629,8 +629,8 @@ namespace SparkleShare { Label information = new Label ("" + _("This may take a while.\n") + - _("You sure it’s not coffee o-clock?" + - "")) { + _("You sure it’s not coffee o-clock?") + + "") { UseMarkup = true, Xalign = 0 };