changeset 775:f055f0ed886d

Messages.properties: added "It will be granted unrestricted access to your computer." to (SSigUnverified) (SSigVerified) (SSignatureError) messages.
author Jiri Vanek <jvanek@redhat.com>
date Mon, 09 Dec 2013 13:25:24 +0100
parents 35f4d27451fd
children 94ff58f33514
files ChangeLog netx/net/sourceforge/jnlp/resources/Messages.properties
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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@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@redhat.com>
 
 	Pipes moved into XDG_RUNTIME_DIR
--- 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.