fix type in debug info

This commit is contained in:
Hylke Bons 2010-05-19 10:59:10 +01:00
parent 988b200a20
commit dd22b9a477

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 ("")) {