[evolution/kill-bonobo] Bug 575124 – Clarify "S_pecify the mailbox name" string
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution/kill-bonobo] Bug 575124 – Clarify "S_pecify the mailbox name" string
- Date: Sun, 3 May 2009 12:51:28 -0400 (EDT)
commit 2abd5a7304210b2aedd0f7580a017809f75e4ce4
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun May 3 09:03:24 2009 -0400
Bug 575124 â?? Clarify "S_pecify the mailbox name" string
---
.../exchange-operations/exchange-account-setup.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c
index 5b3d0b9..ae88924 100644
--- a/plugins/exchange-operations/exchange-account-setup.c
+++ b/plugins/exchange-operations/exchange-account-setup.c
@@ -774,7 +774,8 @@ org_gnome_exchange_owa_url(EPlugin *epl, EConfigHookItemFactoryData *data)
owa_editor_entry_changed (owa_entry, data->config);
row++;
- want_mailbox_check = gtk_check_button_new_with_mnemonic (_("S_pecify the mailbox name"));
+ want_mailbox_check = gtk_check_button_new_with_mnemonic (
+ _("Mailbox name is _different than user name"));
gtk_widget_show (want_mailbox_check);
gtk_table_attach (GTK_TABLE (data->parent), want_mailbox_check, 1, 2, row, row+1, GTK_FILL, GTK_FILL, 0, 0);
if (!username || !*username || !mailbox_name || !*mailbox_name ||
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]