summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-03-03 06:19:55 -0500
committerMike Lockwood <lockwood@android.com>2010-03-03 06:19:55 -0500
commit26dad3ecef45ffb75178fc2fe184307089815510 (patch)
tree9e1114b173431f5206383c788713622dbc1cac34 /res/values
parent385a9e52be6f3a6014d6aaca06a800289e90b528 (diff)
downloadpackages_apps_settings-26dad3ecef45ffb75178fc2fe184307089815510.zip
packages_apps_settings-26dad3ecef45ffb75178fc2fe184307089815510.tar.gz
packages_apps_settings-26dad3ecef45ffb75178fc2fe184307089815510.tar.bz2
Disable tethering checkbox when USB mass storage is active.
Change-Id: If60fab4c18bbac4da22af6c1799f28344e9870bd Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 67196e9..aa218c3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1356,6 +1356,8 @@
<string name="usb_tethering_available_subtext">USB connected, select to tether</string>
<!-- USB tethered subtext - shown when USB is connected and being tethered -->
<string name="usb_tethering_active_subtext">Connected, select to disconnect</string>
+ <!-- USB storage subtext - shown when tethering is disabled because USB storage is active -->
+ <string name="usb_tethering_storage_active_subtext">Tethering disabled (USB storage is in use)</string>
<!-- USB unavailable subtext - shown when USB is not connected -->
<string name="usb_tethering_unavailable_subtext">USB not connected</string>