summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2016-03-08 14:36:57 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-03-09 04:49:13 -0800
commit39a09c54bebd7a7977c4686b5a972b5efc94e248 (patch)
tree6c21e6ef1b9009137d85ff5d99ec4aeccbe5bcd2 /packages/SystemUI/res/values
parent9957394df71db6f01802091858216582c58eab67 (diff)
downloadframeworks_base-39a09c54bebd7a7977c4686b5a972b5efc94e248.zip
frameworks_base-39a09c54bebd7a7977c4686b5a972b5efc94e248.tar.gz
frameworks_base-39a09c54bebd7a7977c4686b5a972b5efc94e248.tar.bz2
SystemUI: Improve string in data capable, not selected scenario.
If a user hotswaps out their SIMs on a multisim device, the default data sim can be in an "unset" state. Since this is a possible scenario, its better to show that no data sim is selected vs no sims being available. Change-Id: I1e077883472a5037f38f97e6d15afe504f787e6a TICKET: CYNGNOS-2211
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r--packages/SystemUI/res/values/cm_strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/cm_strings.xml b/packages/SystemUI/res/values/cm_strings.xml
index 30547f6..5cbca44 100644
--- a/packages/SystemUI/res/values/cm_strings.xml
+++ b/packages/SystemUI/res/values/cm_strings.xml
@@ -258,4 +258,7 @@
<item quantity="one">%1$d client</item>
<item quantity="other">%1$d clients</item>
</plurals>
+
+ <!-- CellularTile data sim not configured state string -->
+ <string name="data_sim_not_configured">No data SIM</string>
</resources>