/hg/icedtea-web: Messages.properties: added "It will be granted ...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Mon Dec 9 04:25:46 PST 2013


changeset d93aaf41548e in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=d93aaf41548e
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Dec 09 13:25:21 2013 +0100

	Messages.properties: added "It will be granted unrestricted access to your computer." to (SSigUnverified) (SSigVerified) (SSignatureError) messages.


diffstat:

 ChangeLog                                               |  5 +++++
 netx/net/sourceforge/jnlp/resources/Messages.properties |  6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 362f5731ce71 -r d93aaf41548e ChangeLog
--- a/ChangeLog	Thu Dec 05 16:45:56 2013 -0500
+++ b/ChangeLog	Mon Dec 09 13:25:21 2013 +0100
@@ -1,3 +1,8 @@
+2013-12-09  Jiri Vanek  <jvanek at redhat.com>
+
+	* Messages.properties: added "It will be granted unrestricted access to your computer."
+	to (SSigUnverified) (SSigVerified) (SSignatureError) messages.
+
 2013-12-05  Andrew Azores  <aazores at redhat.com>
 
 	* netx/net/sourceforge/jnlp/resources/Messages.properties: add units to
diff -r 362f5731ce71 -r d93aaf41548e netx/net/sourceforge/jnlp/resources/Messages.properties
--- a/netx/net/sourceforge/jnlp/resources/Messages.properties	Thu Dec 05 16:45:56 2013 -0500
+++ b/netx/net/sourceforge/jnlp/resources/Messages.properties	Mon Dec 09 13:25:21 2013 +0100
@@ -223,9 +223,9 @@
 SFileReadAccess=The application has requested read access to {0}. Do you want to allow this action?
 SFileWriteAccess=The application has requested write access to {0}. Do you want to allow this action?
 SDesktopShortcut=The application has requested permission to create a desktop launcher. Do you want to allow this action?
-SSigUnverified=The application's digital signature cannot be verified. Do you want to run the application?
-SSigVerified=The application's digital signature has been verified. Do you want to run the application?
-SSignatureError=The application's digital signature has an error. Do you want to run the application?
+SSigUnverified=The application's digital signature cannot be verified. Do you want to run the application? It will be granted unrestricted access to your computer.
+SSigVerified=The application's digital signature has been verified. Do you want to run the application? It will be granted unrestricted access to your computer.
+SSignatureError=The application's digital signature has an error. Do you want to run the application? It will be granted unrestricted access to your computer.
 SUntrustedSource=The digital signature could not be verified by a trusted source. Only run if you trust the origin of the application.
 SWarnFullPermissionsIgnorePolicy=The code executed will be given full permissions, ignoring any Java policies you may have.
 STrustedSource=The digital signature has been validated by a trusted source.


More information about the distro-pkg-dev mailing list