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