summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJordan Liu <jminjie@google.com>2018-03-22 06:45:18 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-22 06:45:18 +0000
commitb225187b6c9e46231c1249d05cd65cfd73cfbb77 (patch)
tree43e8a48f01bf0ab281803cd16bcfeb41a4f4c51a /res
parentbbad4fc3498f3f54b6e5d16e09743466ffbbe083 (diff)
parentc92f8fc54e38591ca116bc956230e9cdf6141a85 (diff)
downloadpackages_apps_PhoneCommon-b225187b6c9e46231c1249d05cd65cfd73cfbb77.tar.gz
packages_apps_PhoneCommon-b225187b6c9e46231c1249d05cd65cfd73cfbb77.tar.bz2
packages_apps_PhoneCommon-b225187b6c9e46231c1249d05cd65cfd73cfbb77.zip
Merge "Finalize STK call control strings" am: 6a548ea12f
am: c92f8fc54e Change-Id: I0ec79887e3bcbba79bf96ecdf15f82950ea6b554
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f9a82ce..24e7570 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -100,21 +100,21 @@
<!-- In-call screen: call failure reason (call denied because of current FDN setting) -->
<string name="callFailed_fdn_only">Outgoing calls are restricted by FDN.</string>
<!-- In-call screen: call failure reason (call modified to USSD request) -->
- <string name="callFailed_dialToUssd">DIAL request modified to USSD request.</string>
+ <string name="callFailed_dialToUssd">Call changed to USSD request</string>
<!-- In-call screen: call failure reason (call modified to SS request) -->
- <string name="callFailed_dialToSs">DIAL request modified to SS request.</string>
+ <string name="callFailed_dialToSs">Call changed to SS request</string>
<!-- In-call screen: call failure reason (call modified to call with modified data) -->
- <string name="callFailed_dialToDial">DIAL request modified to DIAL with different number.</string>
+ <string name="callFailed_dialToDial">Changed to different number</string>
<!-- In-call screen: call failure reason (call modified to call with modified data) -->
- <string name="callFailed_dialToDialVideo">DIAL request modified to Video DIAL.</string>
+ <string name="callFailed_dialToDialVideo">Changed to video call</string>
<!-- In-call screen: call failure reason (call modified to call with modified data) -->
- <string name="callFailed_dialVideoToSs">Video DIAL request modified to SS request.</string>
+ <string name="callFailed_dialVideoToSs">Video call changed to SS request</string>
<!-- In-call screen: call failure reason (call modified to call with modified data) -->
- <string name="callFailed_dialVideoToUssd">Video DIAL request modified to USSD request.</string>
+ <string name="callFailed_dialVideoToUssd">Video call changed to USSD request</string>
<!-- In-call screen: call failure reason (call modified to call with modified data) -->
- <string name="callFailed_dialVideoToDial">Video DIAL request modified to DIAL.</string>
+ <string name="callFailed_dialVideoToDial">Changed to regular call</string>
<!-- In-call screen: call failure reason (call modified to call with modified data) -->
- <string name="callFailed_dialVideoToDialVideo">Video DIAL request modified to Video DIAL with different number.</string>
+ <string name="callFailed_dialVideoToDialVideo">Changed to different number</string>
<!-- In-call screen: call failure reason (call denied because call barring is on) -->
<string name="callFailed_cb_enabled">Can\'t make outgoing calls while call barring is on.</string>
<!-- In-call screen: call failure reason (call denied because domain specific access control is on) -->