[sparklewindow] don't show full url in event log windows

This commit is contained in:
Hylke Bons 2010-07-19 23:03:10 +01:00
parent 65d0a399c6
commit b22d192a0a

View file

@ -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);