diff options
author | Jiri Vanek <[email protected]> | 2013-12-09 13:25:21 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-12-09 13:25:21 +0100 |
commit | 26e9ef073e4ba4e625c8596113e9138ec85162e4 (patch) | |
tree | 000dbc8fd236f4ce5228554bb1dfb5868d8fa7d1 | |
parent | d60d6394f59643771da04ab6e244e6fede264ba7 (diff) |
Messages.properties: added "It will be granted unrestricted access to your computer." to (SSigUnverified) (SSigVerified) (SSignatureError) messages.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | netx/net/sourceforge/jnlp/resources/Messages.properties | 6 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2013-12-09 Jiri Vanek <[email protected]> + + * Messages.properties: added "It will be granted unrestricted access to your computer." + to (SSigUnverified) (SSigVerified) (SSignatureError) messages. + 2013-12-05 Andrew Azores <[email protected]> * netx/net/sourceforge/jnlp/resources/Messages.properties: add units to 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. |