fix type in debug info

This commit is contained in:
Hylke Bons 2010-05-19 10:59:10 +01:00
parent 296421ba5f
commit c174eb3ca7

View file

@ -196,7 +196,7 @@ namespace SparkleShare {
Process.StartInfo.Arguments = "add --all";
Process.Start();
Process.WaitForExit ();
Console.WriteLine ("[Git][" + Name + "] Changed staged.");
Console.WriteLine ("[Git][" + Name + "] Changes staged.");
// SparkleUI.NotificationIcon.SetSyncingState ();
string Message = FormatCommitMessage ();
if (!Message.Equals ("")) {