diff options
author | Nick Pelly <npelly@google.com> | 2011-08-18 11:34:27 -0700 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2011-08-18 11:43:38 -0700 |
commit | 8baa0db2201efa2d2d708eb82bf66acbf6974123 (patch) | |
tree | d6c559f529f944337efedceada721c03b1242250 /res/values | |
parent | a5bb46a450dee8b55e0d1bda8e222fb08c0e7946 (diff) | |
download | packages_apps_nfc-8baa0db2201efa2d2d708eb82bf66acbf6974123.zip packages_apps_nfc-8baa0db2201efa2d2d708eb82bf66acbf6974123.tar.gz packages_apps_nfc-8baa0db2201efa2d2d708eb82bf66acbf6974123.tar.bz2 |
Initialize LPF with first value, so that we have a better
chance of immediately triggering after 10 samples
Change-Id: I7884204c7e3aeaf6191f5bb05f60153f07b800c7
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 2f9f065..7990b47 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -22,7 +22,7 @@ <string name="outbound_me_profile_text">Tap to give this person your contact info</string> <!-- A notification description string telling the user he has shared something over NFC [CHAR-LIMIT=64] --> - <string name="first_share_title">You just tapped to share!</string> + <string name="first_share_title">You just dropped to share!</string> <!-- A notification action string telling the user to tap to learn more about sharing over NFC [CHAR-LIMIT=64] --> <string name="first_share_text">Tap to learn more or disable this feature.</string> |