[dw-free] Comment Pages account setting: description is slightly inexact
[commit: http://hg.dwscoalition.org/dw-free/rev/56eee4a13d5e]
http://bugs.dwscoalition.org/show_bug.cgi?id=3215
Generalize wording, since this doesn't just apply from the read page.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3215
Generalize wording, since this doesn't just apply from the read page.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/en.dat
- cgi-bin/LJ/Setting/StyleMine.pm
-------------------------------------------------------------------------------- diff -r 09d7191fd4ef -r 56eee4a13d5e bin/upgrading/en.dat --- a/bin/upgrading/en.dat Tue May 17 19:02:00 2011 +0800 +++ b/bin/upgrading/en.dat Tue May 17 19:24:03 2011 +0800 @@ -2776,7 +2776,7 @@ setting.stylemine.label=Comment Pages -setting.stylemine.option=View comment pages from your Reading Page in your own style +setting.stylemine.option2=View comment pages in your own journal style setting.synlevel.error.invalid=Invalid syndication level. diff -r 09d7191fd4ef -r 56eee4a13d5e cgi-bin/LJ/Setting/StyleMine.pm --- a/cgi-bin/LJ/Setting/StyleMine.pm Tue May 17 19:02:00 2011 +0800 +++ b/cgi-bin/LJ/Setting/StyleMine.pm Tue May 17 19:24:03 2011 +0800 @@ -46,7 +46,7 @@ value => 1, selected => $stylemine ? 1 : 0, }); - $ret .= " <label for='${key}stylemine'>" . $class->ml('setting.stylemine.option') . "</label>"; + $ret .= " <label for='${key}stylemine'>" . $class->ml('setting.stylemine.option2') . "</label>"; return $ret; } --------------------------------------------------------------------------------