[tomboy] Fix typo in error message (bug #611564)



commit 3c812ea8d592efd180b08e724dc6950a87e6b562
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Fri Mar 5 14:16:39 2010 -0800

    Fix typo in error message (bug #611564)

 Tomboy/Note.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Tomboy/Note.cs b/Tomboy/Note.cs
index d4296d8..665a7a5 100644
--- a/Tomboy/Note.cs
+++ b/Tomboy/Note.cs
@@ -1612,7 +1612,7 @@ namespace Tomboy
 			                                     "Please check that you have sufficient disk " +
 			                                     "space, and that you have appropriate rights " +
 			                                     "on {0}. Error details can be found in " +
-			                                     "{0}.");
+			                                     "{1}.");
 			string logPath = System.IO.Path.Combine (Services.NativeApplication.LogDirectory,
 			                                         "tomboy.log");
 			errorMsg = String.Format (errorMsg,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]