[dw-free] rephrase site style/journal style checkbox in customize pages
[commit: http://hg.dwscoalition.org/dw-free/rev/e83f4a208a85]
http://bugs.dwscoalition.org/show_bug.cgi?id=2410
Change wording from "...in my journal style rather than the app style" to
"...in my journal style rather than the site layout"
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2410
Change wording from "...in my journal style rather than the app style" to
"...in my journal style rather than the site layout"
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- bin/upgrading/s2layers/core2.s2
-------------------------------------------------------------------------------- diff -r e58f1789947d -r e83f4a208a85 bin/upgrading/s2layers/core2.s2 --- a/bin/upgrading/s2layers/core2.s2 Thu Feb 25 16:00:26 2010 +0000 +++ b/bin/upgrading/s2layers/core2.s2 Thu Feb 25 16:52:24 2010 +0000 @@ -1113,7 +1113,7 @@ set show_userpics_comments = true; set show_userpics_comments = true; # was !view_entry_disabled -property bool use_journalstyle_entry_page { des = "Show entry pages in my journal style rather than the app style"; } +property bool use_journalstyle_entry_page { des = "Show entry pages in my journal style rather than the site layout"; } set use_journalstyle_entry_page = true; # Defaults to false, but layouts can set it to true to switch on custom colors for different posters on reading list. --------------------------------------------------------------------------------