[Pkg-privacy-commits] [xul-ext-monkeysphere] 125/296: Fixed error message for missing validation agent
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.
commit da652a36d9d4362d8f86c900754dda54d5c6142c
Author: Matthew James Goins <mjgoins at openflows.com>
Date: Sat Mar 6 15:30:05 2010 -0500
Fixed error message for missing validation agent
---
chrome/content/monkeysphere.js | 2 +-
chrome/locale/en-US/messages | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index d5849a6..b95622e 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -405,7 +405,7 @@ var monkeysphere = {
} else {
monkeysphere.log("validation agent did not respond.");
//alert(monkeysphere.messages.getString("agentError"));
- monkeysphere.setStatus(browser, monkeysphere.states.ERROR);
+ monkeysphere.setStatus(browser, monkeysphere.states.ERROR, monkeysphere.messages.getString('noResponseFromAgent'));
}
monkeysphere.updateDisplay();
diff --git a/chrome/locale/en-US/messages b/chrome/locale/en-US/messages
index 3555cc8..0f67852 100644
--- a/chrome/locale/en-US/messages
+++ b/chrome/locale/en-US/messages
@@ -7,5 +7,5 @@ statusINPROGRESS=Monkeysphere: querying validation agent...
statusVALID=Monkeysphere: verified the security of your connection to this website and has bypassed Firefox's security error page.
statusNOTVALID=Monkeysphere: unable to verify the security of your connection to this website.
-xulError="Monkeysphere error: could not determine status message.
-
+xulError=Monkeysphere error: could not determine status message.
+noResponseFromAgent=Monkeysphere Validation Agent did not respond.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git
More information about the Pkg-privacy-commits
mailing list