/hg/release/icedtea-web-1.4: Messages.properties: added "It will...

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


changeset f055f0ed886d in /hg/release/icedtea-web-1.4
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.4?cmd=changeset;node=f055f0ed886d
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Dec 09 13:25:24 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 35f4d27451fd -r f055f0ed886d ChangeLog
--- a/ChangeLog	Fri Nov 29 12:43:10 2013 +0100
+++ b/ChangeLog	Mon Dec 09 13:25:24 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-11-29  Jiri Vanek  <jvanek at redhat.com>
 
 	Pipes moved into XDG_RUNTIME_DIR
diff -r 35f4d27451fd -r f055f0ed886d netx/net/sourceforge/jnlp/resources/Messages.properties
--- a/netx/net/sourceforge/jnlp/resources/Messages.properties	Fri Nov 29 12:43:10 2013 +0100
+++ b/netx/net/sourceforge/jnlp/resources/Messages.properties	Mon Dec 09 13:25:24 2013 +0100
@@ -210,9 +210,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