summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2011-01-11 13:19:24 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-11 13:19:24 -0800
commitdc4926db23fb039a024211dafd86939e9f441901 (patch)
tree11f0e0083a0b570ab77aad8eb702be8245214261 /res
parent844f323ee5fc7200b201eb23d3a37e9aa9a10cec (diff)
parentffe813c380d7609fb94c65337b0964952f19c130 (diff)
downloadpackages_apps_settings-dc4926db23fb039a024211dafd86939e9f441901.zip
packages_apps_settings-dc4926db23fb039a024211dafd86939e9f441901.tar.gz
packages_apps_settings-dc4926db23fb039a024211dafd86939e9f441901.tar.bz2
Merge "Remove phone number status conditionally for devices without voice." into honeycomb
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a358070..83dc8f5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1382,7 +1382,9 @@
<!-- About phone screen, title of the item to go into the Phone status screen -->
<string name="device_status">Status</string>
<!-- About phone screen, summary of the item to go into the phone status screen -->
- <string name="device_status_summary">Phone number, signal, etc.</string>
+ <string name="device_status_summary" product="default">Phone number, signal, etc.</string>
+ <!-- About tablet screen, summary of the item that takes you to tablet status screen -->
+ <string name="device_status_summary" product="tablet">Status of the battery, network, and other information</string>
<!-- Main settings screen item's title to go into the storage settings screen [CHAR LIMIT=25] -->
<string name="storage_settings" >Storage</string>
<!-- Storage settings screen title -->