aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/GtkNSSSecurityWarningDialogs.cpp')
-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;