aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2005-12-30 13:01:35 +0800
committerAndre Klapper <aklapper@src.gnome.org>2005-12-30 13:01:35 +0800
commit9e56778366110ba1018cf0fb3f11c1e043c23ec3 (patch)
treea45c786ba3c973c84f738debe03fe5e7d36fe13f /widgets
parenta64850e2f89987201cbc183aad695fd1d84ea5ac (diff)
downloadgsoc2013-evolution-9e56778366110ba1018cf0fb3f11c1e043c23ec3.tar
gsoc2013-evolution-9e56778366110ba1018cf0fb3f11c1e043c23ec3.tar.gz
gsoc2013-evolution-9e56778366110ba1018cf0fb3f11c1e043c23ec3.tar.bz2
gsoc2013-evolution-9e56778366110ba1018cf0fb3f11c1e043c23ec3.tar.lz
gsoc2013-evolution-9e56778366110ba1018cf0fb3f11c1e043c23ec3.tar.xz
gsoc2013-evolution-9e56778366110ba1018cf0fb3f11c1e043c23ec3.tar.zst
gsoc2013-evolution-9e56778366110ba1018cf0fb3f11c1e043c23ec3.zip
harmonized "URL", "Url" and "url". Fixes bug 325125.
2005-12-30 Andre Klapper <a9016009@gmx.de> * 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
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/e-url-entry.c2
1 files changed, 1 insertions, 1 deletions
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);