summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorYu Ping Hu <yph@google.com>2013-09-29 10:58:05 -0700
committerYu Ping Hu <yph@google.com>2013-09-29 10:58:05 -0700
commit4531f9a07fc68beb8168a18f6c337f073229ec20 (patch)
tree4b93527f772c4ddf116a12ef72a30f26deb9fd11 /res
parentd8f432283b9d896a7ca50823936bdae76a8f2b8b (diff)
downloadandroid_packages_apps_Exchange-4531f9a07fc68beb8168a18f6c337f073229ec20.tar.gz
android_packages_apps_Exchange-4531f9a07fc68beb8168a18f6c337f073229ec20.tar.bz2
android_packages_apps_Exchange-4531f9a07fc68beb8168a18f6c337f073229ec20.zip
Change "Tap" to "Touch" in notification text.
Bug: 10930585 Change-Id: I96739449299cfbe0bee72b5f0cf78919c2568ae0
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 974db95c..beaef04b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -203,6 +203,6 @@
<string name="auth_error_notification_title">Authentication error</string>
<!-- text for notification warning about an authentication error [CHAR LIMIT=60] -->
- <string name="auth_error_notification_text">Tap to change settings for account <xliff:g id="account">%s</xliff:g></string>
+ <string name="auth_error_notification_text">Touch to change settings for account <xliff:g id="account">%s</xliff:g></string>
</resources>