From b22d192a0a4020ab293eb4242ef5234bbfe95492 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 19 Jul 2010 23:03:10 +0100 Subject: [PATCH] [sparklewindow] don't show full url in event log windows --- SparkleShare/SparkleWindow.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SparkleShare/SparkleWindow.cs b/SparkleShare/SparkleWindow.cs index 5cac9ba3..ffed1261 100644 --- a/SparkleShare/SparkleWindow.cs +++ b/SparkleShare/SparkleWindow.cs @@ -47,8 +47,7 @@ namespace SparkleShare { BorderWidth = 12; // TRANSLATORS: {0} is a folder name, and {1} is a server address - Title = String.Format(_("Recent Events in ‘{0}’ on {1}"), SparkleRepo.Name, - SparkleRepo.RemoteOriginUrl); + Title = String.Format(_("Recent Events in ‘{0}’"), SparkleRepo.Name); IconName = "folder"; LayoutVertical = new VBox (false, 12);