diff options
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in.in | 8 | ||||
-rw-r--r-- | plugins/exchange-operations/exchange-account-setup.c | 2 | ||||
-rw-r--r-- | widgets/misc/e-url-entry.c | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in.in b/calendar/gui/apps_evolution_calendar.schemas.in.in index f9de5b3c1a..4b2c39b29a 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in.in @@ -516,8 +516,8 @@ <list_type>string</list_type> <default>[]</default> <locale name="C"> - <short>Free/busy server urls</short> - <long>List of server urls for free/busy publishing.</long> + <short>Free/busy server URLs</short> + <long>List of server URLs for free/busy publishing.</long> </locale> </schema> @@ -527,8 +527,8 @@ <owner>evolution-calendar</owner> <type>string</type> <locale name="C"> - <short>Free/busy template url</short> - <long>The url template to use as a free/busy data fallback, %u is replaced by the user part of the mail address and %d is replaced by the domain.</long> + <short>Free/busy template URL</short> + <long>The URL template to use as a free/busy data fallback, %u is replaced by the user part of the mail address and %d is replaced by the domain.</long> </locale> </schema> </schemalist> 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(); diff --git a/widgets/misc/e-url-entry.c b/widgets/misc/e-url-entry.c index e7e1dbd490..06820c0dd0 100644 --- a/widgets/misc/e-url-entry.c +++ b/widgets/misc/e-url-entry.c @@ -104,7 +104,7 @@ init (EUrlEntry *url_entry) priv->button = gtk_button_new (); gtk_widget_set_sensitive (priv->button, FALSE); gtk_box_pack_start (GTK_BOX (url_entry), priv->button, FALSE, FALSE, 0); - atk_object_set_name (gtk_widget_get_accessible (priv->button), _("click here to go to url")); + atk_object_set_name (gtk_widget_get_accessible (priv->button), _("Click here to go to URL")); pixmap = e_icon_factory_get_image ("stock_connect-to-url", E_ICON_SIZE_BUTTON); gtk_container_add (GTK_CONTAINER (priv->button), pixmap); gtk_widget_show (pixmap); |