diff options
author | Jiri Vanek <[email protected]> | 2013-12-18 15:41:28 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-12-18 15:41:28 +0100 |
commit | c3b3c491051c08e035593a25850e537168bb1db9 (patch) | |
tree | 589d008ee200fd0c7e73d4bdd29789324ad66c27 /netx/net/sourceforge/jnlp/resources/Messages.properties | |
parent | d91bf9ee53eebc7028f4143e03881ee350e4ebef (diff) |
JNLPRuntime.config changed to proper singleton.
Diffstat (limited to 'netx/net/sourceforge/jnlp/resources/Messages.properties')
-rw-r--r-- | netx/net/sourceforge/jnlp/resources/Messages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties index cd6fd74..be28762 100644 --- a/netx/net/sourceforge/jnlp/resources/Messages.properties +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties @@ -172,7 +172,7 @@ RExitNoApp=Can not exit the JVM because the current application cannot be determ RNoLockDir=Unable to create locks directory ({0}) RNestedJarExtration=Unable to extract nested jar. RUnexpected=Unexpected {0} at {1} -RConfigurationError=Fatal error while reading the configuration +RConfigurationError=Fatal error while reading the configuration, continuing with empty. Please fix RConfigurationFatal=ERROR: a fatal error has occurred while loading configuration. Perhaps a global configuration was required but could not be found RPRoxyPacNotSupported=Using Proxy Auto Config (PAC) files is not supported. RProxyFirefoxNotFound=Unable to use Firefox's proxy settings. Using "DIRECT" as proxy type. |