[icedtea-web] RFC: fix typo in rename string

Deepak Bhole dbhole at redhat.com
Wed Mar 30 13:22:33 PDT 2011


* Omair Majid <omajid at redhat.com> [2011-03-30 16:07]:
> Hi,
> 
> The attached patch fixes a minor typo in the RCantRename string.
> 
> Okay to commit?
> 
> Cheers,
> Omair

> diff -r 5454292b3fae netx/net/sourceforge/jnlp/resources/Messages.properties
> --- a/netx/net/sourceforge/jnlp/resources/Messages.properties	Thu Mar 10 15:42:01 2011 -0500
> +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties	Wed Mar 16 18:40:25 2011 -0400
> @@ -136,7 +136,7 @@
>  RCantReplaceSM=Changing the SecurityManager is not allowed.
>  RCantCreateFile=Cant create file {0}
>  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})

Okay for HEAD.

Deepak



More information about the distro-pkg-dev mailing list