aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2012-02-11 03:25:17 +0800
committerAndre Klapper <a9016009@gmx.de>2012-02-11 03:25:17 +0800
commit318ca55318d3c1d056f445e6ff01318d6fc59073 (patch)
tree6eb1c44a9f0a5e81d04025f8e3a212d8277db50f /plugins
parent4b2d00baf37ad99103ec859922584825f9c8a8e9 (diff)
downloadgsoc2013-evolution-318ca55318d3c1d056f445e6ff01318d6fc59073.tar
gsoc2013-evolution-318ca55318d3c1d056f445e6ff01318d6fc59073.tar.gz
gsoc2013-evolution-318ca55318d3c1d056f445e6ff01318d6fc59073.tar.bz2
gsoc2013-evolution-318ca55318d3c1d056f445e6ff01318d6fc59073.tar.lz
gsoc2013-evolution-318ca55318d3c1d056f445e6ff01318d6fc59073.tar.xz
gsoc2013-evolution-318ca55318d3c1d056f445e6ff01318d6fc59073.tar.zst
gsoc2013-evolution-318ca55318d3c1d056f445e6ff01318d6fc59073.zip
Add missing mnemonic to string
Diffstat (limited to 'plugins')
-rw-r--r--plugins/webdav-account-setup/webdav-contacts-source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/webdav-account-setup/webdav-contacts-source.c b/plugins/webdav-account-setup/webdav-contacts-source.c
index a71eac36f1..1d4ab22e23 100644
--- a/plugins/webdav-account-setup/webdav-contacts-source.c
+++ b/plugins/webdav-account-setup/webdav-contacts-source.c
@@ -254,7 +254,7 @@ plugin_webdav_contacts (EPlugin *epl,
spacer = gtk_label_new(" ");
gtk_box_pack_start (hbox, spacer, FALSE, FALSE, 0);
- label = gtk_label_new(_("URL:"));
+ label = gtk_label_new_with_mnemonic(_("_URL:"));
gtk_box_pack_start (hbox, label, FALSE, FALSE, 0);
uidata->url_entry = GTK_ENTRY (gtk_entry_new ());