diff options
author | Martijn Coenen <maco@google.com> | 2011-08-08 16:31:15 +0200 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2011-08-08 16:31:15 +0200 |
commit | 12585b616cb0f9cd176704a0d199c8aeb797a3df (patch) | |
tree | 4e89ea9a98c92d858fd48d24511aad9bac046757 /res/values | |
parent | 0840c4c1be3dc6edd285a6a38020b0f4eb1fdcba (diff) | |
download | packages_apps_nfc-12585b616cb0f9cd176704a0d199c8aeb797a3df.zip packages_apps_nfc-12585b616cb0f9cd176704a0d199c8aeb797a3df.tar.gz packages_apps_nfc-12585b616cb0f9cd176704a0d199c8aeb797a3df.tar.bz2 |
0-click animations: "tap to send" and "tilt to send".
Change-Id: I771b97bc090ebce07eeb46807c8fb337be703513
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 248669c..4d71b99 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -29,5 +29,5 @@ <!-- Content description of the NFC enabled notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_nfc_enabled">NFC enabled.</string> - + <string name="touch">Tap to share!</string> </resources> |