Added a whitespace in the notification bubble ...

This commit is contained in:
thelightmaker 2011-05-05 02:21:16 -07:00
parent daad99c38b
commit 3ee9bbcf3b

View file

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