summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2019-07-08 11:50:10 -0700
committerRaman Tenneti <rtenneti@google.com>2019-07-08 19:14:25 +0000
commitb4e402b5aa977734e330ff97a6ad9608f89a82d4 (patch)
tree2b20d56a8083044b16451ce25bda51fc1d959d59
parent68770a5a74d42f2868f71e6e308cede0026719e6 (diff)
downloadCalendar-b4e402b5aa977734e330ff97a6ad9608f89a82d4.tar.gz
AOSP/Calendar - Fix improperly formatted resource string in Calendar.
TODO: Need to run translation to fix across all languages. Bug: 135613806 Test: manual - Did a "make -j40" and verified that there are no warnings in strings.xml. Change-Id: Idb9666ee2153464152a25d48608a13fdc641222e
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index caec61b5..8c6cf10d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -41,7 +41,7 @@
<string name="tomorrow_at_time_fmt">"Tomorrow at <xliff:g id="time_interval">%s</xliff:g>"</string>
<!-- Format string for a date and time description. For ex:
"April 19, 2012, 3:00pm - 4:00pm" [CHAR LIMIT=NONE] -->
- <string name="date_time_fmt">"<xliff:g id="date">%s</xliff:g>, <xliff:g id="time_interval">%s</xliff:g>"</string>
+ <string name="date_time_fmt">"<xliff:g id="date">%1$s</xliff:g>, <xliff:g id="time_interval">%2$s</xliff:g>"</string>
<!-- Some events repeat daily, weekly, monthly, or yearly. This is the label
for all the choices about how often an event repeats (including the choice