changeset 965:ec7b04725a82

Fix misssing permissions dialog 2013-03-31 Omair Majid <omajid@redhat.com> * netx/net/sourceforge/jnlp/resources/Messages.properties (MissingPermissionsMainTitle): Remove 'codebase' (MissingPermissionsInfo): Use simple link title.
author Omair Majid <omajid@redhat.com>
date Mon, 31 Mar 2014 13:26:39 -0400
parents 1fa70bdff359
children dc0a77856cb4
files ChangeLog netx/net/sourceforge/jnlp/resources/Messages.properties
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Mar 31 13:19:52 2014 -0400
+++ b/ChangeLog	Mon Mar 31 13:26:39 2014 -0400
@@ -1,3 +1,9 @@
+2013-03-31  Omair Majid  <omajid@redhat.com>
+
+	* netx/net/sourceforge/jnlp/resources/Messages.properties
+	(MissingPermissionsMainTitle): Remove 'codebase'
+	(MissingPermissionsInfo): Use simple link title.
+
 2013-03-31  Omair Majid  <omajid@redhat.com>
 
 	* netx/net/sourceforge/jnlp/resources/Messages.properties
--- a/netx/net/sourceforge/jnlp/resources/Messages.properties	Mon Mar 31 13:19:52 2014 -0400
+++ b/netx/net/sourceforge/jnlp/resources/Messages.properties	Mon Mar 31 13:26:39 2014 -0400
@@ -52,13 +52,13 @@
 
 # missing permissions dialogue
 MissingPermissionsMainTitle=Application <span color='red'> {0} </span> \
-form codebase <span color='red'> {1} </span> is missing the permissions attribute. \
+from <span color='red'> {1} </span> is missing the permissions attribute. \
 Applications without this attribute should not be trusted. Do you wish to allow this application to run?
 MissingPermissionsInfo=For more information you can visit:<br/>\
 <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/manifest.html#permissions"> \
-http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/manifest.html#permissions</a> <br/> \
+JAR File Manifest Attributes</a> <br/> \
 and<br/> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html"> \
-http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html</a>
+Preventing the repurposing of Applications</a>
 
 # missing Application-Library-Allowable-Codebase dialogue
 ALACAMissingMainTitle=The application <span color='red'> {0} </span> \