diff --git a/SparkleShare/Linux/SparkleAbout.cs b/SparkleShare/Linux/SparkleAbout.cs index 64862f68..1cb6dc61 100755 --- a/SparkleShare/Linux/SparkleAbout.cs +++ b/SparkleShare/Linux/SparkleAbout.cs @@ -70,7 +70,7 @@ namespace SparkleShare { Controller.NewVersionEvent += delegate (string new_version) { Application.Invoke (delegate { - this.updates.Markup = String.Format ("{0}", + this.updates.Markup = String.Format ("{0}", string.Format ("A newer version ({0}) is available!", new_version)); this.updates.ShowAll (); @@ -79,7 +79,7 @@ namespace SparkleShare { Controller.VersionUpToDateEvent += delegate { Application.Invoke (delegate { - this.updates.Markup = String.Format ("{0}", + this.updates.Markup = String.Format ("{0}", "You are running the latest version."); this.updates.ShowAll (); @@ -88,7 +88,7 @@ namespace SparkleShare { Controller.CheckingForNewVersionEvent += delegate { Application.Invoke (delegate { - this.updates.Markup = String.Format ("{0}", + this.updates.Markup = String.Format ("{0}", "Checking for updates..."); this.updates.ShowAll ();