diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2018-03-25 07:25:06 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-03-25 07:25:06 +0000 |
| commit | 90c27b9af1b152f738c30ce5443f70e6725b7fbe (patch) | |
| tree | 43e8a48f01bf0ab281803cd16bcfeb41a4f4c51a | |
| parent | 3777a2824fbc46ba8f7790746de874521f4912fd (diff) | |
| parent | ec3a02b63ae74b443cd5bc8089b71653e6e22edd (diff) | |
| download | packages_apps_PhoneCommon-90c27b9af1b152f738c30ce5443f70e6725b7fbe.tar.gz packages_apps_PhoneCommon-90c27b9af1b152f738c30ce5443f70e6725b7fbe.tar.bz2 packages_apps_PhoneCommon-90c27b9af1b152f738c30ce5443f70e6725b7fbe.zip | |
Snap for 4677756 from ec3a02b63ae74b443cd5bc8089b71653e6e22edd to pi-release
Change-Id: Iba8eaa8f07c995c16ee3dcec7bbba780c000ba02
| -rw-r--r-- | res/values/strings.xml | 16 |
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) --> |
