aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2016-02-10 12:55:12 -0800
committerMakoto Onuki <omakoto@google.com>2016-02-10 12:55:12 -0800
commit9d89b2fdba0ba817f2a509457dc5fa7ba107fad1 (patch)
tree4f5834c1fa5f8d08c2c2cb6e8defd79c9f713434 /res
parent56bb2f6d67417270a6ef0cb1cbb24ae2c313c4be (diff)
downloadContactsProvider-9d89b2fdba0ba817f2a509457dc5fa7ba107fad1.tar.gz
Change Touch to Tap
Bug 27109679 Change-Id: Ia6b476f720996e29b54fb013158889541c29378c
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8be7bca4..e367f5a4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -32,8 +32,8 @@
<!-- Title for the notification shown when updating contacts fails because of memory shortage -->
<string name="upgrade_out_of_memory_notification_title">Upgrading storage for contacts</string>
- <!-- Text for the notification shown when updating contacts fails because of memory shortage -->
- <string name="upgrade_out_of_memory_notification_text">Touch to complete the upgrade.</string>
+ <!-- Text for the notification shown when updating contacts fails because of memory shortage [CHAR_LIMIT=50] -->
+ <string name="upgrade_out_of_memory_notification_text">Tap to complete the upgrade.</string>
<!-- The name of the default contact directory -->
<string name="default_directory">Contacts</string>