[evolution-data-server] Bug 501140 - IMAP provider missing mnemonics
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug 501140 - IMAP provider missing mnemonics
- Date: Sat, 17 Apr 2010 18:32:40 +0000 (UTC)
commit a18266a9525f790a498937a6c567fbbd565a0581
Author: Alex Kloss <alexkloss att net>
Date: Sat Apr 17 14:31:27 2010 -0400
Bug 501140 - IMAP provider missing mnemonics
camel/providers/imap/camel-imap-provider.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/providers/imap/camel-imap-provider.c b/camel/providers/imap/camel-imap-provider.c
index aa5028c..90c6bd1 100644
--- a/camel/providers/imap/camel-imap-provider.c
+++ b/camel/providers/imap/camel-imap-provider.c
@@ -49,7 +49,7 @@ static CamelProviderConfEntry imap_conf_entries[] = {
{ CAMEL_PROVIDER_CONF_CHECKBOX, "use_command", NULL,
N_("_Use custom command to connect to server"), "0" },
{ CAMEL_PROVIDER_CONF_ENTRY, "command", "use_command",
- N_("Command:"), "ssh -C -l %u %h exec /usr/sbin/imapd" },
+ N_("Co_mmand:"), "ssh -C -l %u %h exec /usr/sbin/imapd" },
{ CAMEL_PROVIDER_CONF_SECTION_END },
#endif
{ CAMEL_PROVIDER_CONF_SECTION_START, "folders", NULL,
@@ -59,7 +59,7 @@ static CamelProviderConfEntry imap_conf_entries[] = {
{ CAMEL_PROVIDER_CONF_CHECKBOX, "override_namespace", NULL,
N_("O_verride server-supplied folder namespace"), "0" },
{ CAMEL_PROVIDER_CONF_ENTRY, "namespace", "override_namespace",
- N_("Namespace:") },
+ N_("Names_pace:") },
{ CAMEL_PROVIDER_CONF_SECTION_END },
{ CAMEL_PROVIDER_CONF_SECTION_START, "general", NULL, N_("Options") },
{ CAMEL_PROVIDER_CONF_CHECKBOX, "filter", NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]