From 31916e354d48c1eeea1261da29117e9e45b083a9 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Thu, 21 Apr 2011 17:05:15 +0200 Subject: [PATCH] SparkleIntro: Fix build --- SparkleShare/SparkleIntro.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ();