SparkleIntro: Fix build

This commit is contained in:
Bertrand Lorentz 2011-04-21 17:05:15 +02:00
parent 31289e984e
commit 31916e354d

View file

@ -566,9 +566,9 @@ namespace SparkleShare {
UrgencyHint = true;
if (!HasTopLevelFocus) {
if (!HasToplevelFocus) {
string title = String.Format (_("{0} has been successfully added", folder_name));
string title = String.Format (_("{0} has been successfully added"), folder_name);
string subtext = _("");
new SparkleBubble (title, subtext).Show ();