[intro] Fixup i18n

This commit is contained in:
Łukasz Jernaś 2010-09-09 09:38:08 +02:00
parent 4694dd2211
commit 730b2fcd1b

View file

@ -428,8 +428,8 @@ namespace SparkleShare {
Xalign = 0
};
Label information = new Label (_("Now you can access the synced files from " + name + " " +
"in your SparkleShare folder.")) {
Label information = new Label (String.Format(_("Now you can access the synced files from {0} in your SparkleShare folder."),
name)) {
Xalign = 0,
Wrap = true,
UseMarkup = true