From 26e9ef073e4ba4e625c8596113e9138ec85162e4 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Mon, 9 Dec 2013 13:25:21 +0100 Subject: Messages.properties: added "It will be granted unrestricted access to your computer." to (SSigUnverified) (SSigVerified) (SSignatureError) messages. --- netx/net/sourceforge/jnlp/resources/Messages.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'netx') diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties index f9af948..cd6fd74 100644 --- a/netx/net/sourceforge/jnlp/resources/Messages.properties +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties @@ -223,9 +223,9 @@ CFakedCache=Cache was corrupt and has been fixed. It is strongly recommended tha 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. -- cgit v1.2.3