summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2011-08-11 13:53:26 +0200
committerDanny Baumann <dannybaumann@web.de>2011-08-11 13:53:26 +0200
commitb7ae5c9cd36890255200950b446721ba672dfaea (patch)
tree1571cc2105044a8504fd73923fd97e1593d428eb /res/values/strings.xml
parent5dec4727ef1431b17bddfa3f65e6eb50a152cce7 (diff)
downloadpackages_apps_Contacts-b7ae5c9cd36890255200950b446721ba672dfaea.tar.gz
packages_apps_Contacts-b7ae5c9cd36890255200950b446721ba672dfaea.tar.bz2
packages_apps_Contacts-b7ae5c9cd36890255200950b446721ba672dfaea.zip
Allow editing of contact birthdays also for Exchange contacts.
Change-Id: I75e545011bb0ad0ffc3669282cb7d73555febfb6
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 76bd9803f..c3a8deaa8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1119,6 +1119,9 @@
<!-- Field title for the date for an event -->
<string name="label_date">Date</string>
+ <!-- Title of clear button in date picker -->
+ <string name="button_clear_date">Clear</string>
+
<!-- String describing which account type a contact came from when editing it -->
<string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string>