diff options
author | Amith Yamasani <yamasani@google.com> | 2011-01-09 13:44:56 -0800 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2011-01-11 12:18:28 -0800 |
commit | ffe813c380d7609fb94c65337b0964952f19c130 (patch) | |
tree | 0fc2af3149730c081f15a865d524d906d49a7c16 /res | |
parent | c9787070bab332b80676b745a44dd8ee4d72073d (diff) | |
download | packages_apps_settings-ffe813c380d7609fb94c65337b0964952f19c130.zip packages_apps_settings-ffe813c380d7609fb94c65337b0964952f19c130.tar.gz packages_apps_settings-ffe813c380d7609fb94c65337b0964952f19c130.tar.bz2 |
Remove phone number status conditionally for devices without voice.
Bug: 3041861
Change-Id: I36fb6c584c24b995da0ac4e3b41d860f3a6f5396
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
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 --> |