aboutsummaryrefslogtreecommitdiffstats
path: root/netx
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-12-09 13:25:21 +0100
committerJiri Vanek <[email protected]>2013-12-09 13:25:21 +0100
commit26e9ef073e4ba4e625c8596113e9138ec85162e4 (patch)
tree000dbc8fd236f4ce5228554bb1dfb5868d8fa7d1 /netx
parentd60d6394f59643771da04ab6e244e6fede264ba7 (diff)
Messages.properties: added "It will be granted unrestricted access to your computer." to (SSigUnverified) (SSigVerified) (SSignatureError) messages.
Diffstat (limited to 'netx')
-rw-r--r--netx/net/sourceforge/jnlp/resources/Messages.properties6
1 files changed, 3 insertions, 3 deletions
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.