diff options
Diffstat (limited to 'res')
-rwxr-xr-x | res/values/strings.xml | 8 |
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> |