changeset 389:063591de10ee

netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error in PBadNonrelativeUrl
author Jiri Vanek <jvanek@redhat.com>
date Wed, 23 May 2012 18:40:09 +0200
parents 7a483b55fa92
children 63ffb5a4de75
files ChangeLog netx/net/sourceforge/jnlp/resources/Messages.properties
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 23 18:33:29 2012 +0200
+++ b/ChangeLog	Wed May 23 18:40:09 2012 +0200
@@ -1,3 +1,8 @@
+2012-05-23  Jiri Vanek  <jvanek@redhat.com>
+
+	* netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error
+	in PBadNonrelativeUrl 
+
 2012-05-23 Jiri Vanek  <jvanek@redhat.com>
 
 	Added more debugging outputs
--- a/netx/net/sourceforge/jnlp/resources/Messages.properties	Wed May 23 18:33:29 2012 +0200
+++ b/netx/net/sourceforge/jnlp/resources/Messages.properties	Wed May 23 18:40:09 2012 +0200
@@ -81,9 +81,9 @@
 LSignedAppJarUsingUnsignedJar=Signed application using unsigned jars.
 LSignedAppJarUsingUnsignedJarInfo=The main application jar is signed, but some of the jars it is using aren't.
 LSignedJNLPFileDidNotMatch=The signed JNLP file did not match the launching JNLP file.
-LNoSecInstance=Error: No security instance for {0}. The application may have trouble continuing
-LCertFoundIn={0} found in cacerts ({1})
- 
+LNoSecInstance=Error: No security instance for {0}. The application may have trouble continuing
+LCertFoundIn={0} found in cacerts ({1})
+ 
 JNotApplet=File is not an applet.
 JNotApplication=File is not an application.
 JNotComponent=File is not a component.
@@ -124,7 +124,7 @@
 PBadHeight=Invalid applet height.
 PUrlNotInCodebase=Relative URL does not specify a subdirectory of the codebase. (node={0}, href={1}, base={2})
 PBadRelativeUrl=Invalid relative URL (node={0}, href={1}, base={2})
-PBadNonrelativeUrl=Invalid non-relative URL (node={0}, href={0}).
+PBadNonrelativeUrl=Invalid non-relative URL (node={0}, href={1})
 PNeedsAttribute=The {0} element must specify a {1} attribute.
 PBadXML=Invalid XML document syntax.
 PBadHeapSize=Invalid value for heap size ({0})