diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | netx/net/sourceforge/jnlp/resources/Messages.properties | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2011-03-30 Omair Majid <[email protected]> + * netx/net/sourceforge/jnlp/resources/Messages.properties: Fix typo in + RCantRename. + +2011-03-30 Omair Majid <[email protected]> + * Makefile.am: Document reason for using bootclasspath. 2011-03-30 Omair Majid <[email protected]> diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties index 64325fb..fb273c7 100644 --- a/netx/net/sourceforge/jnlp/resources/Messages.properties +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties @@ -147,7 +147,7 @@ RGetRPermFailed=Acquiring read permissions on file {0} failed RGetWPermFailed=Acquiring write permissions on file {0} failed
RGetXPermFailed=Acquiring execute permissions on file {0} failed
RCantCreateDir=Cant create directory {0}
-RCantRename=Cant rename {0} to {0}
+RCantRename=Cant rename {0} to {1}
RDenyStopped=Stopped applications have no permissions.
RExitNoApp=Can not exit the JVM because the current application cannot be determined.
RNoLockDir=Unable to create locks directory ({0})
|