fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-09-21 02:59 pm

[dw-free] Cumulative layout credits

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

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

Tweak user-facing text which shows up in the wizard, so it says "Style" and
not "Layout". More consistency, less confusion.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/core2.s2
--------------------------------------------------------------------------------
diff -r 4e3be7dc55bb -r ee5005127361 bin/upgrading/s2layers/core2.s2
--- a/bin/upgrading/s2layers/core2.s2	Tue Sep 21 22:56:16 2010 +0800
+++ b/bin/upgrading/s2layers/core2.s2	Tue Sep 21 22:59:34 2010 +0800
@@ -1499,7 +1499,7 @@ set module_customtext_section = "one";
 set module_customtext_section = "one";
 
 property string[] module_credit_group {
-    des = "Layout Credit";
+    des = "Style Credit";
     grouptype = "module";
 }
 set module_credit_group = ["module_credit_show", "module_credit_order", "module_credit_section"];
@@ -1511,7 +1511,7 @@ set module_credit_order = 14;
 set module_credit_order = 14;
 set module_credit_section = "one";
 
-property string{}[] layout_authors { noui = 1;  des = "The layout author (or authors). Accepts 'name', 'url', 'type'"; }
+property string{}[] layout_authors { noui = 1;  des = "The style author (or authors). Accepts 'name', 'url', 'type'"; }
 property string{}[] theme_authors { noui = 1;  des = "The theme author (or authors). Accepts 'name', 'url', 'type'"; }
 property string{}[] layout_resources { noui = 1; des = "Resources used in the layout. Accepts 'name', 'url'"; }
 
@@ -2159,10 +2159,10 @@ property string text_module_customtext_u
 }
 
 property string text_module_credit {
-    des = "Text for the 'Layout Credit' module heading";
-    maxlength = 50;
-    size = 20;
-    example = "Layout Credit";
+    des = "Text for the 'Style Credit' module heading";
+    maxlength = 50;
+    size = 20;
+    example = "Style Credit";
 }
 
 set text_module_links = "Links";
@@ -2171,7 +2171,7 @@ set text_module_tags = "Tags";
 set text_module_tags = "Tags";
 set text_module_popular_tags = "Most Popular Tags";
 set text_module_active_entries = "Active Entries";
-set text_module_credit = "Layout Credit";
+set text_module_credit = "Style Credit";
 
 set text_module_customtext = "Custom text";
 set text_module_customtext_content = "";
--------------------------------------------------------------------------------
cesy: Home is where the <3 is (Dreamwidth) (Dreamwidth)

[personal profile] cesy 2010-09-21 03:03 pm (UTC)(link)
Yay for review/commit runs! It's exciting seeing all the emails come through.