Merge pull request #167 from thelightmaker/patch-2

Added a whitespace in the notification bubble ...
This commit is contained in:
Hylke Bons 2011-05-05 02:56:11 -07:00
commit bd274e50e1

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