aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-03 21:03:24 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-03 21:05:14 +0800
commitd3a924613f68c255c1f58b9a622c02a00aaf7850 (patch)
treeb4893112db887d0539f3b0ca6cd79ad5582cd9f6
parente08c19bdf40a5a8e28c77200b9cd7d01a1535da5 (diff)
downloadgsoc2013-evolution-d3a924613f68c255c1f58b9a622c02a00aaf7850.tar
gsoc2013-evolution-d3a924613f68c255c1f58b9a622c02a00aaf7850.tar.gz
gsoc2013-evolution-d3a924613f68c255c1f58b9a622c02a00aaf7850.tar.bz2
gsoc2013-evolution-d3a924613f68c255c1f58b9a622c02a00aaf7850.tar.lz
gsoc2013-evolution-d3a924613f68c255c1f58b9a622c02a00aaf7850.tar.xz
gsoc2013-evolution-d3a924613f68c255c1f58b9a622c02a00aaf7850.tar.zst
gsoc2013-evolution-d3a924613f68c255c1f58b9a622c02a00aaf7850.zip
Bug 575124 – Clarify "S_pecify the mailbox name" string
-rw-r--r--plugins/exchange-operations/exchange-account-setup.c3
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 5b3d0b9653..ae889247c8 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 ||