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

[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 [personal profile] fu.

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";
--------------------------------------------------------------------------------