Don't mark HTML tags as translatable

This commit is contained in:
Łukasz Jernaś 2010-08-08 19:33:57 +02:00
parent eeb7999f91
commit 9513b727e8

View file

@ -629,8 +629,8 @@ namespace SparkleShare {
Label information = new Label ("<span fgcolor='" + SecondaryTextColor + "'>" +
_("This may take a while.\n") +
_("You sure its not coffee o-clock?" +
"</span>")) {
_("You sure its not coffee o-clock?") +
"</span>") {
UseMarkup = true,
Xalign = 0
};