diff options
author | Pale Moon <git-repo@palemoon.org> | 2015-12-05 00:14:18 +0100 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2015-12-05 00:14:18 +0100 |
commit | 5c35fa30a32d3774f23241398b9d574b26696301 (patch) | |
tree | ef7dacf0809383dcb41558cc3d24afd03f79c859 /browser/locales/en-US/chrome/overrides/appstrings.properties | |
parent | b96488055ad3f2560a56601f7cbce241c435a07f (diff) | |
download | palemoon-gre-5c35fa30a32d3774f23241398b9d574b26696301.tar.gz |
XSS filter: address some nits in locale strings and code comments.
Diffstat (limited to 'browser/locales/en-US/chrome/overrides/appstrings.properties')
-rw-r--r-- | browser/locales/en-US/chrome/overrides/appstrings.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/locales/en-US/chrome/overrides/appstrings.properties b/browser/locales/en-US/chrome/overrides/appstrings.properties index 9938e26fb..868d797d8 100644 --- a/browser/locales/en-US/chrome/overrides/appstrings.properties +++ b/browser/locales/en-US/chrome/overrides/appstrings.properties @@ -32,6 +32,6 @@ externalProtocolLaunchBtn=Launch application malwareBlocked=The site at %S has been reported as an attack site and has been blocked based on your security preferences. phishingBlocked=The website at %S has been reported as a web forgery designed to trick users into sharing personal or financial information. cspFrameAncestorBlocked=This page has a content security policy that prevents it from being embedded in this way. -xssBlockMode=This page contains an XSS attacks that has been blocked for your security. +xssBlockMode=This page contains an XSS attack that has been blocked for your security. corruptedContentError=The page you are trying to view cannot be shown because an error in the data transmission was detected. remoteXUL=This page uses an unsupported technology that is no longer available by default in Pale Moon. |