diff options
author | Andre Klapper <a9016009@gmx.de> | 2012-02-11 03:25:17 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2012-02-11 03:25:17 +0800 |
commit | 318ca55318d3c1d056f445e6ff01318d6fc59073 (patch) | |
tree | 6eb1c44a9f0a5e81d04025f8e3a212d8277db50f | |
parent | 4b2d00baf37ad99103ec859922584825f9c8a8e9 (diff) | |
download | gsoc2013-evolution-318ca55318d3c1d056f445e6ff01318d6fc59073.tar.gz gsoc2013-evolution-318ca55318d3c1d056f445e6ff01318d6fc59073.tar.zst gsoc2013-evolution-318ca55318d3c1d056f445e6ff01318d6fc59073.zip |
Add missing mnemonic to string
-rw-r--r-- | plugins/webdav-account-setup/webdav-contacts-source.c | 2 |
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 ()); |