aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Patterson <jdp@google.com>2020-11-27 08:30:43 +0000
committerJohn Patterson <jdp@google.com>2020-12-01 08:16:47 +0000
commitc8295254971b6223b5648b4a21638cef98830c42 (patch)
treeac1deeb1918357967315b2c2edf72bedfb581563
parentfc74879b08511a075624059f81ad6c602bff6d3d (diff)
downloadCalendar-c8295254971b6223b5648b4a21638cef98830c42.tar.gz
Add single string resource for all-day events to make translation console happy
Change-Id: I572ae2547b4a5d99e9a97280643bab74f24e3f09 Bug: 174319716 (cherry picked from commit 46a3ea9072246876efbf081df311e366444c6ed1)
-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