Modify NFC function description

Fixes: 140156062
Test: manually and check if new string is applied
Screenshot: https://screenshot.googleplex.com/SQH204CZBVN.png

Change-Id: Ie1eb2387f8763f77aaf87a93c14b4d8d778ac7ee
This commit is contained in:
robertluo
2019-12-26 18:34:20 +08:00
committed by Robert Luo
parent 97dc00392f
commit 91751f8d68

View File

@@ -1785,9 +1785,9 @@
<!-- Used in the 1st-level settings screen to turn on NFC --> <!-- Used in the 1st-level settings screen to turn on NFC -->
<string name="nfc_quick_toggle_title">NFC</string> <string name="nfc_quick_toggle_title">NFC</string>
<!-- Description of NFC in the 1st level settings screen, for a tablet. [CHAR LIMIT=NONE] --> <!-- Description of NFC in the 1st level settings screen, for a tablet. [CHAR LIMIT=NONE] -->
<string name="nfc_quick_toggle_summary" product="tablet">Allow data exchange when the tablet touches another device</string> <string name="nfc_quick_toggle_summary" product="tablet">Allow data exchange when the tablet touches an NFC device</string>
<!-- Description of NFC in the 1st level settings screen, for a phone. [CHAR LIMIT=NONE] --> <!-- Description of NFC in the 1st level settings screen, for a phone. [CHAR LIMIT=NONE] -->
<string name="nfc_quick_toggle_summary" product="default">Allow data exchange when the phone touches another device</string> <string name="nfc_quick_toggle_summary" product="default">Allow data exchange when the phone touches an NFC device</string>
<!-- Dialog title for NFC disclaimer [CHAR_LIMIT=40]--> <!-- Dialog title for NFC disclaimer [CHAR_LIMIT=40]-->
<string name="nfc_disclaimer_title">Turn on NFC</string> <string name="nfc_disclaimer_title">Turn on NFC</string>
<!-- Dialog content for NFC disclaimer: telling user NFC can exchange data when device is nearby other devices (for example: payment terminals, badge reader etc). [CHAR_LIMIT=NONE]--> <!-- Dialog content for NFC disclaimer: telling user NFC can exchange data when device is nearby other devices (for example: payment terminals, badge reader etc). [CHAR_LIMIT=NONE]-->