[dw-free] Settings/Display: settings for 2nd placeholder option have been switched around
[commit: http://hg.dwscoalition.org/dw-free/rev/a43ec2c66b89]
http://bugs.dwscoalition.org/show_bug.cgi?id=4032
Right label to the right behavior (oops!)
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4032
Right label to the right behavior (oops!)
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/Setting/ImagePlaceholders.pm
-------------------------------------------------------------------------------- diff -r ac30d2bcf09a -r a43ec2c66b89 cgi-bin/LJ/Setting/ImagePlaceholders.pm --- a/cgi-bin/LJ/Setting/ImagePlaceholders.pm Fri Nov 04 19:23:02 2011 +0800 +++ b/cgi-bin/LJ/Setting/ImagePlaceholders.pm Fri Nov 04 19:38:26 2011 +0800 @@ -73,8 +73,8 @@ # Option for undefined-size images. Might want to be magicked into only displaying when placeholders are set for other than all/none my @optionundef = ( - 0 => $class->ml( 'setting.imageplaceholders.option.undef.always' ), - 1 => $class->ml( 'setting.imageplaceholders.option.undef.never' ) + 0 => $class->ml( 'setting.imageplaceholders.option.undef.never' ), + 1 => $class->ml( 'setting.imageplaceholders.option.undef.always' ) ); $ret .= "<br /><label for='${key}imgplaceundef'>" . $class->ml( 'setting.imageplaceholders.option.undef2' ) . "</label> "; --------------------------------------------------------------------------------