From 3ee9bbcf3bbbffa96b833566827b6635098b9831 Mon Sep 17 00:00:00 2001 From: thelightmaker Date: Thu, 5 May 2011 02:21:16 -0700 Subject: [PATCH] Added a whitespace in the notification bubble ... --- SparkleShare/SparkleController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index cfdd2838..64ed7eb4 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -629,7 +629,7 @@ namespace SparkleShare { commit.Deleted.Count) - 1; if (changes_count > 0) - message += "" + String.Format ("and {0} more", changes_count); + message += "" + String.Format (" and {0} more", changes_count); return message; }