Bug 609374 - Missing mnemonic in imapx preference
authorChenthill Palanisamy <pchenthill@novell.com>
Tue, 9 Feb 2010 06:52:53 +0000 (12:22 +0530)
committerChenthill Palanisamy <pchenthill@novell.com>
Tue, 9 Feb 2010 06:53:47 +0000 (12:23 +0530)
camel/providers/imapx/camel-imapx-provider.c

index aa5dbbc..a92e775 100644 (file)
@@ -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,