Synchronise string format with SparkleIntro.cs

This commit is contained in:
Łukasz Jernaś 2010-09-22 11:17:50 +02:00
parent 9e47011c6b
commit 9a8b1233c4

View file

@ -313,8 +313,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