From 54b3f4398a38906463febd3a610741c5d70c4743 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 19 Oct 2011 17:39:31 +0100 Subject: [PATCH] Update linux about dialog too --- SparkleShare/SparkleAbout.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SparkleShare/SparkleAbout.cs b/SparkleShare/SparkleAbout.cs index 7bb6e2ad..6d0a18f9 100755 --- a/SparkleShare/SparkleAbout.cs +++ b/SparkleShare/SparkleAbout.cs @@ -75,7 +75,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 (); @@ -84,7 +84,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 (); @@ -109,7 +109,7 @@ namespace SparkleShare { }; this.updates = new Label () { - Markup = "" + + Markup = "" + _("Checking for updates...") + "", Xalign = 0,