[evolution-ews] Change Url spelling to URL to be consistent with the rest of the Evo UI
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Change Url spelling to URL to be consistent with the rest of the Evo UI
- Date: Tue, 6 Sep 2011 10:39:21 +0000 (UTC)
commit 22f5a26754ebf6af4025039839bb7057cfba3908
Author: Andre Klapper <a9016009 gmx de>
Date: Tue Sep 6 12:39:08 2011 +0200
Change Url spelling to URL to be consistent with the rest of the Evo UI
.../exchange-ews-account-setup.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/account-setup-eplugin/exchange-ews-account-setup.c b/src/account-setup-eplugin/exchange-ews-account-setup.c
index ca1b298..bb1e985 100644
--- a/src/account-setup-eplugin/exchange-ews-account-setup.c
+++ b/src/account-setup-eplugin/exchange-ews-account-setup.c
@@ -251,7 +251,7 @@ org_gnome_exchange_ews_account_setup (EPlugin *epl, EConfigHookItemFactoryData *
g_free (url_string);
/* OAB url entry */
- oab_label = gtk_label_new_with_mnemonic (_("OA_B Url:"));
+ oab_label = gtk_label_new_with_mnemonic (_("OA_B URL:"));
gtk_widget_show (oab_label);
oab_url = gtk_entry_new ();
@@ -263,7 +263,7 @@ org_gnome_exchange_ews_account_setup (EPlugin *epl, EConfigHookItemFactoryData *
/* Host url and Autodiscover button */
hbox = gtk_hbox_new (FALSE, 6);
- label = gtk_label_new_with_mnemonic (_("_Host Url:"));
+ label = gtk_label_new_with_mnemonic (_("_Host URL:"));
gtk_widget_show (label);
host_url = gtk_entry_new ();
@@ -276,7 +276,7 @@ org_gnome_exchange_ews_account_setup (EPlugin *epl, EConfigHookItemFactoryData *
cbdata->config = data->config;
cbdata->host_entry = host_url;
cbdata->oab_entry = oab_url;
- auto_discover = gtk_button_new_with_mnemonic (_("_Fetch Url"));
+ auto_discover = gtk_button_new_with_mnemonic (_("_Fetch URL"));
gtk_box_pack_start (GTK_BOX (hbox), auto_discover, FALSE, FALSE, 0);
g_signal_connect (G_OBJECT(auto_discover), "clicked", G_CALLBACK(validate_credentials), cbdata);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]