diff options
| author | 2011-11-08 20:35:45 -0800 | |
|---|---|---|
| committer | 2011-11-08 20:35:45 -0800 | |
| commit | da738d638cc2fee29d5936f21c6eadbcf173a718 (patch) | |
| tree | b4dcc8dcd4855c7e68bf8f774d47bbaf8599a547 | |
| parent | e4a1bafba351a1b4cea18af3442412de03dd4d89 (diff) | |
| parent | ce18b91c60029fd15baf4f5904a9c0315b8c4a18 (diff) | |
Merge "Add day of week." into ics-mr1
| -rw-r--r-- | packages/SystemUI/res/values/donottranslate.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/SystemUI/res/values/donottranslate.xml b/packages/SystemUI/res/values/donottranslate.xml index 93ec481258f5..089a54db5e86 100644 --- a/packages/SystemUI/res/values/donottranslate.xml +++ b/packages/SystemUI/res/values/donottranslate.xml @@ -18,8 +18,9 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- For formatting day of week and date in DateView. %1$s is DOW, %2$s is date. - In Roman locales we now show only the date, but DOW is available for other locales if - necessary. --> - <string name="status_bar_date_formatter">%2$s</string> + We show both (DOW on one line, then the date) but this can be overridden for locales as + necessary. + --> + <string name="status_bar_date_formatter">%1$s\n%2$s</string> </resources> |