diff options
author | Jiri Vanek <[email protected]> | 2012-05-23 18:40:09 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-05-23 18:40:09 +0200 |
commit | 7f1846ea0420d64fb489414a416c5ad56f962f5c (patch) | |
tree | b0b924d7dbc9ae37fc760d621388c66d8c996f71 | |
parent | e42314895bb715fdcdcdcf5b5653ba18fa7eb050 (diff) |
netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error in PBadNonrelativeUrl
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | netx/net/sourceforge/jnlp/resources/Messages.properties | 8 |
2 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2012-05-23 Jiri Vanek <[email protected]> + + * netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error + in PBadNonrelativeUrl + 2012-05-23 Jiri Vanek <[email protected]> Added more debugging outputs diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties index 91e47b8..1095782 100644 --- a/netx/net/sourceforge/jnlp/resources/Messages.properties +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties @@ -81,9 +81,9 @@ LUnsignedJarWithSecurityInfo=Application requested security permissions, but jar 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 @@ PBadWidth=Invalid applet width. 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})
|