From 9e56778366110ba1018cf0fb3f11c1e043c23ec3 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Fri, 30 Dec 2005 05:01:35 +0000 Subject: harmonized "URL", "Url" and "url". Fixes bug 325125. 2005-12-30 Andre Klapper * evolution/calendar/gui/apps_evolution_calendar.schemas.in.in, evolution/plugins/exchange-operations/exchange-account-setup.c, evolution/widgets/misc/e-url-entry.c: harmonized "URL", "Url" and "url". Fixes bug 325125. svn path=/trunk/; revision=30976 --- plugins/exchange-operations/exchange-account-setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/exchange-operations') diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c index 2bbf963970..a7a9e70c23 100644 --- a/plugins/exchange-operations/exchange-account-setup.c +++ b/plugins/exchange-operations/exchange-account-setup.c @@ -616,7 +616,7 @@ org_gnome_exchange_owa_url(EPlugin *epl, EConfigHookItemFactoryData *data) row = ((GtkTable *)data->parent)->nrows; hbox = gtk_hbox_new (FALSE, 6); - label = gtk_label_new_with_mnemonic(_("_OWA Url:")); + label = gtk_label_new_with_mnemonic(_("_OWA URL:")); gtk_widget_show(label); owa_entry = gtk_entry_new(); -- cgit v1.2.3