fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-08-03 03:16 am

[dw-free] Rename Group One/Two to Main Module Section/Second Module Section

[commit: http://hg.dwscoalition.org/dw-free/rev/5b5ddc428e5d]

http://bugs.dwscoalition.org/show_bug.cgi?id=3798

Rename "Sidebar" to "Main Module Section", to take into account one-column
modes. No functional change, just a terminology change.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/negatives/layout.s2
--------------------------------------------------------------------------------
diff -r 84c26bd010e3 -r 5b5ddc428e5d bin/upgrading/s2layers/negatives/layout.s2
--- a/bin/upgrading/s2layers/negatives/layout.s2	Wed Aug 03 10:24:41 2011 +0800
+++ b/bin/upgrading/s2layers/negatives/layout.s2	Wed Aug 03 11:15:32 2011 +0800
@@ -153,7 +153,7 @@
 }
 
 
-set module_layout_sections = "none|(none)|one|Sidebar|two|Header|three|Footer";
+set module_layout_sections = "none|(none)|one|Main Module Section|two|Header|three|Footer";
 
 set module_navlinks_section = "two";
 
--------------------------------------------------------------------------------