aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJohn Patterson <jdp@google.com>2020-11-27 08:30:43 +0000
committerJohn Patterson <jdp@google.com>2020-11-27 08:37:07 +0000
commit46a3ea9072246876efbf081df311e366444c6ed1 (patch)
tree5399536bf43754ec0bafb1bccb184b444137fe25 /res
parentc8ca0af8da5e7f43264248a607109e6247e7ad7e (diff)
downloadCalendar-46a3ea9072246876efbf081df311e366444c6ed1.tar.gz
Add single string resource for all-day events to make translation console happy
Change-Id: I572ae2547b4a5d99e9a97280643bab74f24e3f09 Bug: 174319716
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a7f7c74..a78bc08 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -43,6 +43,7 @@
<!-- The title for the all-day events section. Only shown for more than one item. [CHAR LIMIT=120] -->
<plurals name="all_day_title">
+ <item quantity="one">%d all day event</item>
<item quantity="other">%d all day events</item>
</plurals>
</resources> \ No newline at end of file