aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a78bc08..493f549 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -42,8 +42,9 @@
</string>
<!-- 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>
+ <string name="all_day_title"> {count, plural,
+ =1 {# all day event}
+ other {# all day events}
+ }
+ </string>
</resources> \ No newline at end of file