Author: lluis
Date: 2006-09-12 05:13:18 -0400 (Tue, 12 Sep 2006)
New Revision: 65278
Modified:
Log:
2006-08-21 Andr?\195?\169s G. Aragoneses <knocte (AT) gmail (DOT) com>
* Fixed typo.
Modified:
2006-09-12 08:58:19 UTC (rev 65277)
2006-09-12 09:13:18 UTC (rev 65278)
@@ -1,3 +1,7 @@
+2006-08-21 As G. Aragoneses <knocte (AT) gmail (DOT) com>
+
+* Fixed typo.
+
2006-08-10 Scott Ellington <scott.ellington (AT) gmail (DOT) com>
* check for null Groups when
Modified:
2006-09-12 08:58:19 UTC (rev 65277)
2006-09-12 09:13:18 UTC (rev 65278)
@@ -423,7 +423,7 @@
if (uninstallId == null) {
oper = new ThreadStart (RunInstall);
okmessage = GettextCatalog.GetString ("The installation has been successfully completed.");
-errmessage = GettextCatalog.GetString ("The instalation failed!");
+errmessage = GettextCatalog.GetString ("The installation failed!");
} else {
oper = new ThreadStart (RunUninstall);
okmessage = GettextCatalog.GetString ("The uninstallation has been successfully completed.");
Mono-patches maillist - Mono-patches (AT) lists (DOT) ximian.com