summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-09-26 17:40:45 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-26 17:40:45 +0000
commita5b84c231174812d37f84e67435c5768cabc8e86 (patch)
tree54948ddcffdd6d2bd01232f73cc0a0c3a81ec8ee
parent2f3b13de773699d2f7a4b33cc35f3975614a64c1 (diff)
parent766104be101c21e5e496414960917caa21e34afa (diff)
downloadpackages_apps_PhoneCommon-a5b84c231174812d37f84e67435c5768cabc8e86.tar.gz
packages_apps_PhoneCommon-a5b84c231174812d37f84e67435c5768cabc8e86.tar.bz2
packages_apps_PhoneCommon-a5b84c231174812d37f84e67435c5768cabc8e86.zip
Create separate "detailed" data limit reached failure message. am: 1fc56a39d5
am: 766104be10 Change-Id: I4b28b2e1f0323a9b9285edf942df5df87ed90ebc
-rw-r--r--res/values/strings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ba7e83c..3788852 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -129,6 +129,8 @@
<string name="callFailed_maximum_reached">All available lines are in use. To make a call, disconnect one of the calls on this device, or on one of your other devices.</string>
<!-- In-call screen: call ended because the user disabled data on their device -->
<string name="callFailed_data_disabled">Call ended because cellular data was disabled.</string>
- <!-- In-call screen: call ended because the cellular data limit has been reached -->
- <string name="callFailed_data_limit_reached">Call ended because the cellular data limit has been reached.</string>
+ <!-- In-call screen: call ended because the cellular data limit has been reached (suitable for alert dialog) -->
+ <string name="callFailed_data_limit_reached_description">Call ended because the cellular data limit has been reached.</string>
+ <!-- In-call screen: call ended because the cellular data limit has been reached (intended for label in in-call screen) -->
+ <string name="callFailed_data_limit_reached">Data limit reached. Call ended.</string>
</resources>