fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-07-01 05:08 pm

[dw-free] When using 24-hour time, viewer sees the literal text 'short_24' in core1 styles

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

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

Fix property name, so that short_24 works properly on the time format.

Patch by [personal profile] fu.

Files modified:
  • bin/upgrading/s2layers/core1.s2
--------------------------------------------------------------------------------
diff -r 2c49481b423f -r 5fc9fcab5cc5 bin/upgrading/s2layers/core1.s2
--- a/bin/upgrading/s2layers/core1.s2	Thu Jul 01 21:07:46 2010 +0800
+++ b/bin/upgrading/s2layers/core1.s2	Fri Jul 02 01:14:37 2010 +0800
@@ -981,7 +981,7 @@ property string lang_fmt_time_short_24 {
     noui = 1;
     des = "Time format (24-hour).";
 }
-set lang_fmt_time_short = "%%HH%%:%%min%%";
+set lang_fmt_time_short_24 = "%%HH%%:%%min%%";
 
 property string lang_fmt_month_short {
     noui = 1;
--------------------------------------------------------------------------------