summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-09-26 19:28:36 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-26 19:28:36 +0000
commitb5e085b842a8082196edaac6e86c07486a0f84ca (patch)
treebfb063ac624c63cda87ee30ae2b2bbdba7833d26 /res
parent677ac42be3416ddf7b96d9b776a0bec7c9ef7186 (diff)
parenta5b84c231174812d37f84e67435c5768cabc8e86 (diff)
downloadpackages_apps_PhoneCommon-b5e085b842a8082196edaac6e86c07486a0f84ca.tar.gz
packages_apps_PhoneCommon-b5e085b842a8082196edaac6e86c07486a0f84ca.tar.bz2
packages_apps_PhoneCommon-b5e085b842a8082196edaac6e86c07486a0f84ca.zip
Create separate "detailed" data limit reached failure message. am: 1fc56a39d5 am: 766104be10
am: a5b84c2311 Change-Id: Iea8d339528467cc5e54c740a596d2e00d0a4f14f
Diffstat (limited to 'res')
-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>