From 9513b727e80b09ac02e7f3ad91455e1a26d5c149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jerna=C5=9B?= Date: Sun, 8 Aug 2010 19:33:57 +0200 Subject: [PATCH] Don't mark HTML tags as translatable --- SparkleShare/SparkleIntro.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 };