[dw-free] Amend help-language in Style Wizard
[commit: http://hg.dwscoalition.org/dw-free/rev/f79ce52d5c1d]
http://bugs.dwscoalition.org/show_bug.cgi?id=2184
Change "Leave blank if you don't care" to "Leave blank to use the default".
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2184
Change "Leave blank if you don't care" to "Leave blank to use the default".
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- bin/upgrading/s2layers/core1.s2
- bin/upgrading/s2layers/core2.s2
-------------------------------------------------------------------------------- diff -r bee12e0d0dd9 -r f79ce52d5c1d bin/upgrading/s2layers/core1.s2 --- a/bin/upgrading/s2layers/core1.s2 Wed Dec 09 08:27:36 2009 -0600 +++ b/bin/upgrading/s2layers/core1.s2 Fri Dec 11 14:23:58 2009 +0000 @@ -1476,7 +1476,7 @@ property string font_base { maxlength = 25; "size" = 10; example = "Arial"; - note = "Leave blank if you don't care."; + note = "Leave blank to use the default."; } set font_base = ""; # In core, default is not to care. Layouts will probably specify fonts the author likes instead. diff -r bee12e0d0dd9 -r f79ce52d5c1d bin/upgrading/s2layers/core2.s2 --- a/bin/upgrading/s2layers/core2.s2 Wed Dec 09 08:27:36 2009 -0600 +++ b/bin/upgrading/s2layers/core2.s2 Fri Dec 11 14:23:58 2009 +0000 @@ -1476,7 +1476,7 @@ property string font_base { des = "Preferred journal font"; maxlength = 25; size = 15; - note = "For example: Arial or \"Times New Roman\". Leave blank if you don't care."; + note = "For example: Arial or \"Times New Roman\". Leave blank to use the default."; } set font_base = ""; # In core, default is not to care. Layouts will probably specify fonts the author likes instead. @@ -1501,7 +1501,7 @@ property string font_journal_title { des = "Preferred font for journal titles"; maxlength = 25; size = 15; - note = "For example: Arial or \"Times New Roman\". Leave blank if you don't care."; + note = "For example: Arial or \"Times New Roman\". Leave blank to use the default."; } property string font_journal_title_size { @@ -1518,7 +1518,7 @@ property string font_journal_subtitle { des = "Preferred font for journal subtitles"; maxlength = 25; size = 15; - note = "For example: Arial or \"Times New Roman\". Leave blank if you don't care."; + note = "For example: Arial or \"Times New Roman\". Leave blank to use the default."; } property string font_journal_subtitle_size { @@ -1535,7 +1535,7 @@ property string font_entry_title { des = "Preferred font for entry titles"; maxlength = 25; size = 15; - note = "For example: Arial or \"Times New Roman\". Leave blank if you don't care."; + note = "For example: Arial or \"Times New Roman\". Leave blank to use the default."; } property string font_entry_title_size { @@ -1552,7 +1552,7 @@ property string font_module_heading { des = "Preferred font for module headings"; maxlength = 25; size = 15; - note = "For example: Arial or \"Times New Roman\". Leave blank if you don't care."; + note = "For example: Arial or \"Times New Roman\". Leave blank to use the default."; } property string font_module_heading_size { @@ -1569,7 +1569,7 @@ property string font_module_text { des = "Preferred font for module text"; maxlength = 25; size = 15; - note = "For example: Arial or \"Times New Roman\". Leave blank if you don't care."; + note = "For example: Arial or \"Times New Roman\". Leave blank to use the default."; } property string font_module_text_size { --------------------------------------------------------------------------------