/hg/icedtea-web: netx/net/sourceforge/jnlp/resources/Messages.pr...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Wed May 23 09:39:55 PDT 2012


changeset 063591de10ee in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=063591de10ee
author: Jiri Vanek <jvanek at redhat.com>
date: Wed May 23 18:40:09 2012 +0200

	netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error in PBadNonrelativeUrl


diffstat:

 ChangeLog                                               |  5 +++++
 netx/net/sourceforge/jnlp/resources/Messages.properties |  8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 7a483b55fa92 -r 063591de10ee ChangeLog
--- 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 at redhat.com>
+
+	* netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error
+	in PBadNonrelativeUrl 
+
 2012-05-23 Jiri Vanek  <jvanek at redhat.com>
 
 	Added more debugging outputs
diff -r 7a483b55fa92 -r 063591de10ee netx/net/sourceforge/jnlp/resources/Messages.properties
--- 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})



More information about the distro-pkg-dev mailing list