[dw-free] Option to make archive and calendar week start on a Monday
[commit: http://hg.dwscoalition.org/dw-free/rev/34b3c4ba3afb]
http://bugs.dwscoalition.org/show_bug.cgi?id=3859
Tweak for grammar / clarity / wording.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3859
Tweak for grammar / clarity / wording.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/core2.s2
-------------------------------------------------------------------------------- diff -r e3ad28980ae0 -r 34b3c4ba3afb bin/upgrading/s2layers/core2.s2 --- a/bin/upgrading/s2layers/core2.s2 Thu Feb 23 02:14:35 2012 +0800 +++ b/bin/upgrading/s2layers/core2.s2 Thu Feb 23 02:21:54 2012 +0800 @@ -1311,7 +1311,7 @@ set time_ago_days = "1 day // # days"; property string reg_firstdayofweek { - des = "The day of the week the calendar weeks starts on."; + des = "Day the calendar week starts on"; doc = "The day of the week the calendar weeks starts on. Either 'sunday' or 'monday'. Not currently implemented"; doc_flags = "[construct]"; values = "sunday|Sunday|monday|Monday"; --------------------------------------------------------------------------------