evolution r34869 - trunk/shell



Author: aklapper
Date: Tue Jan 22 22:12:10 2008
New Revision: 34869
URL: http://svn.gnome.org/viewvc/evolution?rev=34869&view=rev

Log:
2008-01-22  Jan Tichavsky  <Jan Tichavsky gmail com>

	** Fix for bug #511232
	
	* e-shell.c: Fixed typo Uknown -> Unknown
	(patch committed by Andre Klapper)



Modified:
   trunk/shell/ChangeLog
   trunk/shell/e-shell.c

Modified: trunk/shell/e-shell.c
==============================================================================
--- trunk/shell/e-shell.c	(original)
+++ trunk/shell/e-shell.c	Tue Jan 22 22:12:10 2008
@@ -637,7 +637,7 @@
 				printf("Upgrade of component failed, unsupported prior version\n");
 			} else {
 				exception_text = bonobo_exception_get_text (&ev);
-				res = e_error_run(NULL, "shell:upgrade-failed", exception_text, _("Uknown system error."), NULL);
+				res = e_error_run(NULL, "shell:upgrade-failed", exception_text, _("Unknown system error."), NULL);
 				g_free (exception_text);
 				if (res == GTK_RESPONSE_CANCEL)
 					success = FALSE;



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