summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2012-05-11 10:16:11 -0700
committerAmith Yamasani <yamasani@google.com>2012-05-11 10:16:11 -0700
commit4344fe0766944d31831175b3128dcc6e6f5c4207 (patch)
treeeba5000166a74429e49000883f40060d9acc44a6 /res/values
parent7dabe4583c2bb12ed1d072139399f6bca8067994 (diff)
downloadpackages_apps_settings-4344fe0766944d31831175b3128dcc6e6f5c4207.zip
packages_apps_settings-4344fe0766944d31831175b3128dcc6e6f5c4207.tar.gz
packages_apps_settings-4344fe0766944d31831175b3128dcc6e6f5c4207.tar.bz2
Add a tablet-specific string to describe NFC checkbox.
Bug: 6480832 Change-Id: I94e7baeba52528819ace8db7750ff2b7e114938a
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 163a069..c6cb386 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1145,8 +1145,11 @@
<!-- NFC settings -->
<!-- Used in the 1st-level settings screen to turn on NFC -->
<string name="nfc_quick_toggle_title">NFC</string>
- <!-- Description of NFC in the 1st level settings screen. [CHAR LIMIT=NONE] -->
- <string name="nfc_quick_toggle_summary">Allow data exchange when the phone touches another device</string>
+ <!-- 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>
+ <!-- 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>
+
<!-- Used to enter the Android Beam sharing preferences screen. This phrase is a trademark. [CHAR LIMIT=32] -->
<string name="android_beam_settings_title">Android Beam</string>
<!-- Used to describe the on state of the Android Beam feature [CHAR LIMIT=NONE] -->