Fix awkward phrase about including year when entering birthdays
Bug 6460852
Change-Id: I2cdef76be7347cf920c0a55f852cef5676ac199e
diff --git a/res/values/strings.xml b/res/values/strings.xml
index bd9e341..d992e81 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -529,8 +529,8 @@
<!-- Format string that combines the name and the phonetic name for the widget. if the phonetic name is empty, only the display name is used instead [CHAR LIMIT=25] -->
<string name="widget_name_and_phonetic"><xliff:g id="display_name" example="John Huber">%1$s</xliff:g> (<xliff:g id="phonetic_name">%2$s</xliff:g>)</string>
- <!-- Checkbox whether to provide a year for a birthday [CHAR LIMIT=30] -->
- <string name="date_year_toggle">Provide a year</string>
+ <!-- Checkbox whether to include a year for a birthday [CHAR LIMIT=30] -->
+ <string name="date_year_toggle">Include year</string>
<!-- Label for the widget that shows picture and social status of a contact [CHAR LIMIT=20] -->
<string name="social_widget_label">Contact</string>