mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-04-11 04:08 am

[dw-free] Remove 'friends page' term from Zesty, and default reading page to expanded entries.

[commit: http://hg.dwscoalition.org/dw-free/rev/07bae66a6e69]

Remove 'friends page' term from Zesty, and default reading page to expanded
entries.

Patch by [staff profile] mark.

Files modified:
  • bin/upgrading/s2layers/zesty/layout.s2
--------------------------------------------------------------------------------
diff -r 6cc447870adb -r 07bae66a6e69 bin/upgrading/s2layers/zesty/layout.s2
--- a/bin/upgrading/s2layers/zesty/layout.s2	Fri Apr 10 08:41:35 2009 +0000
+++ b/bin/upgrading/s2layers/zesty/layout.s2	Sat Apr 11 04:08:46 2009 +0000
@@ -372,10 +372,10 @@ propgroup Miscellaneous {
         set num_items_reading = 20;
 
     property string default_view_mode {
-        des = "Show entries expanded or collapsed by default. Currently this setting affects the 'friends page' only.";
+        des = "Show entries expanded or collapsed by default. Currently this setting affects the reading page only.";
         values = "collapsed|Entries collapsed|expanded|Entries expanded";
         }
-        set default_view_mode = "collapsed";
+        set default_view_mode = "expanded";
 }
 
 
--------------------------------------------------------------------------------