[Pkg-mozext-commits] [perspectives-extension] 56/72: messages - remove 'Perspectives' header from error messages

David Prévot taffit at moszumanska.debian.org
Thu Dec 11 02:12:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository perspectives-extension.

commit 7b6ace92112192220f5b5e731ec727d105a3a22b
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Sun Oct 26 21:51:29 2014 -0600

    messages - remove 'Perspectives' header from error messages
    
    Messages displayed as alerts are now (or should be) wrapped
    in code that prepends "Perspectives: " to the start,
    so it is clear where the message is coming from.
    There is no longer any need to prefix alert messages.
    
    Note that messages displayed through other means
    still need to be fixed so there is a global wrap.
---
 plugin/chrome/locale/en-US/notaries.properties | 2 +-
 plugin/chrome/locale/fi/notaries.properties    | 2 +-
 plugin/chrome/locale/nl/notaries.properties    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugin/chrome/locale/en-US/notaries.properties b/plugin/chrome/locale/en-US/notaries.properties
index 44ed837..f2596db 100644
--- a/plugin/chrome/locale/en-US/notaries.properties
+++ b/plugin/chrome/locale/en-US/notaries.properties
@@ -13,7 +13,7 @@ rfc1918Error=Perspectives: No Information. The site with IP %1$S is on a private
 noCertError=Perspectives: No information. The browser was unable to retrieve a certificate for %1$S.
 noProbeRequestedError=Perspectives: No Information. Your preferences are set to query notaries only for HTTPS certificates that fail browser security checks.
 needsPermission=Perspectives: No Information. Your preferences indicate that Perspectives should not contact Notaries without your permission.
-internalError=Perspectives: An internal error occurred: %1$S.
+internalError=An internal error occurred: %1$S.
 updateDefaultListFileError=Unexpected error updating default notary list from file: %1$S.
 updateDefaultListWebError=Unexpected error updating default notary list from web: %1$S.
 duplicateNotariesUnmatchedError=The following duplicate notaries have mismatching public keys: %1$S. Please resolve!
diff --git a/plugin/chrome/locale/fi/notaries.properties b/plugin/chrome/locale/fi/notaries.properties
index 587fd29..ec1b15f 100644
--- a/plugin/chrome/locale/fi/notaries.properties
+++ b/plugin/chrome/locale/fi/notaries.properties
@@ -13,7 +13,7 @@ rfc1918Error=Perspectives: No Information. The site with IP %1$S is on a private
 noCertError=Perspectives: No information. The browser was unable to retrieve a certificate for %1$S
 noProbeRequestedError=Perspectives: No Information. Your preferences are set to query notaries only for HTTPS certificates that fail browser security checks.
 needsPermission=Perspectives: No Information. Your preferences indicate that Perspectives should not contact Notaries without your permission.
-internalError=Perspectives: An internal error occurred: %1$S
+internalError=An internal error occurred: %1$S
 # TODO: translate
 updateDefaultListFileError=Unexpected error updating default notary list from file: %1$S
 updateDefaultListWebError=Unexpected error updating default notary list from web: %1$S
diff --git a/plugin/chrome/locale/nl/notaries.properties b/plugin/chrome/locale/nl/notaries.properties
index 54150a8..eafeed7 100644
--- a/plugin/chrome/locale/nl/notaries.properties
+++ b/plugin/chrome/locale/nl/notaries.properties
@@ -12,7 +12,7 @@ rfc1918Error=Perspectives: No Information. The site with IP %1$S is on a private
 noCertError=Perspectives: No information. The browser was unable to retrieve a certificate for %1$S
 noProbeRequestedError=Perspectives: No Information. Your preferences are set to query notaries only for HTTPS certificates that fail browser security checks.
 needsPermission=Perspectives: No Information. Your preferences indicate that Perspectives should not contact Notaries without your permission.
-internalError=Perspectives: An internal error occurred: %1$S
+internalError=An internal error occurred: %1$S
 # TODO: translate
 updateDefaultListFileError=Unexpected error updating default notary list from file: %1$S
 updateDefaultListWebError=Unexpected error updating default notary list from web: %1$S

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list