[dw-free] Styles: 'Header image' is misleading: it's header background image
[commit: http://hg.dwscoalition.org/dw-free/rev/fec2678668be]
http://bugs.dwscoalition.org/show_bug.cgi?id=3948
Clarify that the header image is currently a header background, not a
banner. (We have a separate bug to actually make banner images)
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3948
Clarify that the header image is currently a header background, not a
banner. (We have a separate bug to actually make banner images)
Patch by
Files modified:
- bin/upgrading/s2layers/core2.s2
--------------------------------------------------------------------------------
diff -r b36cbb8ac0f2 -r fec2678668be bin/upgrading/s2layers/core2.s2
--- a/bin/upgrading/s2layers/core2.s2 Thu Sep 22 12:33:10 2011 +0800
+++ b/bin/upgrading/s2layers/core2.s2 Thu Sep 22 12:35:25 2011 +0800
@@ -1831,7 +1831,7 @@
}
property string[] image_background_header_group {
- des = "Header image";
+ des = "Header background image";
grouptype = "image";
}
set image_background_header_group = [ "image_background_header_url", "image_background_header_repeat", "image_background_header_position" ];
--------------------------------------------------------------------------------
