diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index 0c1f70ec..ebb15056 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -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 ();