summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorClaudia de Veaux <deveaux@google.com>2011-10-27 15:59:05 -0700
committerClaudia de Veaux <deveaux@google.com>2011-10-28 13:50:18 -0700
commit140acbae1d2f455dab0f2a29586f66a79bcf0cc8 (patch)
treebdcd1734b66bcda74ccdc5d68f546fdfa34d2ad8 /res
parent0f4381fab7088606cd2a30163e1da787eac6c704 (diff)
downloadpackages_apps_nfc-140acbae1d2f455dab0f2a29586f66a79bcf0cc8.zip
packages_apps_nfc-140acbae1d2f455dab0f2a29586f66a79bcf0cc8.tar.gz
packages_apps_nfc-140acbae1d2f455dab0f2a29586f66a79bcf0cc8.tar.bz2
Edits to strings to use UI text standards
(ending punctuation in second notification line, use "Touch" instead of "Tap", use "app" instead of "application". Bug: 5163232 Change-Id: I8f0619806c86db54fa5fa2214548e1a70a217603 Changed Near Field Communication to NFC per review.
Diffstat (limited to 'res')
-rwxr-xr-xres/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ceb2128..42b76e2 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4,23 +4,23 @@
<string name="nfcUserLabel">Nfc</string>
<!-- The label for the NFC admin permission -->
- <string name="permlab_nfcAdmin">control Near Field Communication secure hardware</string>
+ <string name="permlab_nfcAdmin">control NFC secure hardware</string>
<!-- The description for the NFC admin permission -->
- <string name="permdesc_nfcAdmin">Allows this application to control the secure hardware used with Near Field Communication,
+ <string name="permdesc_nfcAdmin">Allows the app to control the secure hardware used with NFC,
for example, to modify payment credentials.</string>
<!-- A notification description string informing the user that contact details were received over NFC [CHAR-LIMIT=64] -->
<string name="inbound_me_profile_title">Contact received over NFC</string>
<!-- A notification action string prompting the user to add contact details to the People application [CHAR-LIMIT=64] -->
- <string name="inbound_me_profile_text">Tap to add this person as a contact</string>
+ <string name="inbound_me_profile_text">Touch to add this person as a contact.</string>
<!-- A notification description string asking the user to share their contact details over NFC [CHAR-LIMIT=64] -->
<string name="outbound_me_profile_title">NFC interaction complete</string>
<!-- A notification action string prompting the user to share their contact details over NFC [CHAR-LIMIT=64] -->
- <string name="outbound_me_profile_text">Tap to give this person your contact info</string>
+ <string name="outbound_me_profile_text">Touch to give this person your contact info.</string>
<!-- 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>