From: Chenthill Palanisamy Date: Tue, 9 Feb 2010 06:52:53 +0000 (+0530) Subject: Bug 609374 - Missing mnemonic in imapx preference X-Git-Tag: upstream/3.7.4~3394 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0430858ab9ef8b92d201019b3153969a99afc918;p=platform%2Fupstream%2Fevolution-data-server.git Bug 609374 - Missing mnemonic in imapx preference --- diff --git a/camel/providers/imapx/camel-imapx-provider.c b/camel/providers/imapx/camel-imapx-provider.c index aa5dbbc..a92e775 100644 --- a/camel/providers/imapx/camel-imapx-provider.c +++ b/camel/providers/imapx/camel-imapx-provider.c @@ -39,7 +39,7 @@ CamelProviderConfEntry imapx_conf_entries[] = { { CAMEL_PROVIDER_CONF_SECTION_START, "mailcheck", NULL, N_("Checking for New Mail") }, { CAMEL_PROVIDER_CONF_CHECKBOX, "use_idle", NULL, - N_("Use Idle if the server supports it"), "1" }, + N_("Use I_dle if the server supports it"), "1" }, { CAMEL_PROVIDER_CONF_CHECKBOX, "check_all", NULL, N_("C_heck for new messages in all folders"), "1" }, { CAMEL_PROVIDER_CONF_CHECKBOX, "check_lsub", NULL,