aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-09 23:05:24 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-09 23:05:24 +0800
commit0b5eddd9ee4966a0d4863a997acbf7a444bdfb77 (patch)
tree0648429ac94abc355904f30aca205556a0c9c30d /embed
parentefd9d3522dc2ab3275e5239e07049be9ca6a0c6e (diff)
downloadgsoc2013-epiphany-0b5eddd9ee4966a0d4863a997acbf7a444bdfb77.tar
gsoc2013-epiphany-0b5eddd9ee4966a0d4863a997acbf7a444bdfb77.tar.gz
gsoc2013-epiphany-0b5eddd9ee4966a0d4863a997acbf7a444bdfb77.tar.bz2
gsoc2013-epiphany-0b5eddd9ee4966a0d4863a997acbf7a444bdfb77.tar.lz
gsoc2013-epiphany-0b5eddd9ee4966a0d4863a997acbf7a444bdfb77.tar.xz
gsoc2013-epiphany-0b5eddd9ee4966a0d4863a997acbf7a444bdfb77.tar.zst
gsoc2013-epiphany-0b5eddd9ee4966a0d4863a997acbf7a444bdfb77.zip
Add mnemonic to Send button.
2005-01-09 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: Add mnemonic to Send button.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/GtkNSSSecurityWarningDialogs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp
index 97d238314..0ad61411b 100644
--- a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp
+++ b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp
@@ -160,7 +160,7 @@ GtkNSSSecurityWarningDialogs::ConfirmPostToInsecure (nsIInterfaceRequestor *aCon
_("The information you have entered will be sent over an "
"insecure connection, and could easily be intercepted "
"by a third party."),
- _("Send"),
+ _("_Send"),
_retval);
return NS_OK;
@@ -181,7 +181,7 @@ GtkNSSSecurityWarningDialogs::ConfirmPostToInsecureFromSecure (nsIInterfaceReque
"the information you have entered will be sent over an "
"insecure connection, and could easily be intercepted by "
"a third party."),
- _("Send"),
+ _("_Send"),
_retval);
return NS_OK;