[epiphany] Add missing mnemonic to save password infobar
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Add missing mnemonic to save password infobar
- Date: Tue, 3 Feb 2015 15:20:32 +0000 (UTC)
commit 4b2a1f0244840745922390c3778c5f1598cadee0
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Thu Jan 8 23:32:11 2015 -0600
Add missing mnemonic to save password infobar
https://bugzilla.gnome.org/show_bug.cgi?id=738865
embed/ephy-web-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 5998dcf..a25feec 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -489,7 +489,7 @@ ephy_web_view_create_form_auth_save_confirmation_info_bar (EphyWebView *web_view
LOG ("Going to show infobar about %s", webkit_web_view_get_uri (WEBKIT_WEB_VIEW (web_view)));
- info_bar = gtk_info_bar_new_with_buttons (_("Save"), GTK_RESPONSE_YES,
+ info_bar = gtk_info_bar_new_with_buttons (_("_Save"), GTK_RESPONSE_YES,
NULL);
gtk_info_bar_set_show_close_button (GTK_INFO_BAR (info_bar), TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]