[evolution-data-server] Bug #646619 - Typo in user-visible string: "defalut" should be "default"



commit 62926c618cd04917ddf0485b01d6a5cd65145819
Author: Milan Crha <mcrha redhat com>
Date:   Mon Apr 18 18:53:50 2011 +0200

    Bug #646619 - Typo in user-visible string: "defalut" should be "default"

 camel/providers/imapx/camel-imapx-provider.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-provider.c b/camel/providers/imapx/camel-imapx-provider.c
index e0ded9f..09124ca 100644
--- a/camel/providers/imapx/camel-imapx-provider.c
+++ b/camel/providers/imapx/camel-imapx-provider.c
@@ -83,7 +83,7 @@ CamelProviderConfEntry imapx_conf_entries[] = {
 };
 
 CamelProviderPortEntry imapx_port_entries[] = {
-						{ 143, N_("Defalut IMAP port"), FALSE },
+						{ 143, N_("Default IMAP port"), FALSE },
 						{ 993, N_("IMAP over SSL"), TRUE },
 						{ 0, NULL, 0 }
 					      };



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