summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2010-02-03 15:08:56 -0800
committerEric Fischer <enf@google.com>2010-02-03 15:08:56 -0800
commit574ee3905b9c1b797452266b4ca79e71bfb52621 (patch)
tree60c0bb34c316a88a318b54b98c2ee3bdb0d7db4e /core/res
parent70d10c0156f5d2d1c639d0ebe62de8ec950d4306 (diff)
downloadframeworks_base-574ee3905b9c1b797452266b4ca79e71bfb52621.zip
frameworks_base-574ee3905b9c1b797452266b4ca79e71bfb52621.tar.gz
frameworks_base-574ee3905b9c1b797452266b4ca79e71bfb52621.tar.bz2
Fix Czech lock screen date format.
Bug 2291064
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values-cs/donottranslate-cldr.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values-cs/donottranslate-cldr.xml b/core/res/res/values-cs/donottranslate-cldr.xml
index e90e53c..a026734 100644
--- a/core/res/res/values-cs/donottranslate-cldr.xml
+++ b/core/res/res/values-cs/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s.-%8$s. %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s. %2$s - %6$s %8$s. %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">EEEE MMMM d</string>
+ <string name="full_wday_month_day_no_year">EEEE, d. MMMM</string>
<string name="abbrev_wday_month_day_year">E d. MMMM yyyy</string>
</resources>