aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
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 ());