diff options
| author | 2018-03-21 17:39:12 -0700 | |
|---|---|---|
| committer | 2018-03-21 17:39:12 -0700 | |
| commit | 9af69a041e0f4a84b653cd28c39ba1168666437e (patch) | |
| tree | 2f4b145ef6d1309fd12b0d9a8b4b26cde5970fde | |
| parent | eed99d8629bc8b1cf122455c5d570550813e27ff (diff) | |
Finalise STK call control strings
Bug: 64685331
Bug: 70352301
Test: manual
Change-Id: I53e9ec5e520f960b7adb3a29770e1f57065eb4c8
| -rw-r--r-- | core/res/res/values/strings.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 503d264cd4c0..c32668822092 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4437,14 +4437,14 @@ <!-- Displayed when the USSD/SS request is modified by STK CC to a different request. This will be displayed in a toast. --> - <string name="stk_cc_ussd_to_dial">USSD request is modified to DIAL request.</string> - <string name="stk_cc_ussd_to_ss">USSD request is modified to SS request.</string> - <string name="stk_cc_ussd_to_ussd">USSD request is modified to new USSD request.</string> - <string name="stk_cc_ussd_to_dial_video">USSD request is modified to Video DIAL request.</string> - <string name="stk_cc_ss_to_dial">SS request is modified to DIAL request.</string> - <string name="stk_cc_ss_to_dial_video">SS request is modified to Video DIAL request.</string> - <string name="stk_cc_ss_to_ussd">SS request is modified to USSD request.</string> - <string name="stk_cc_ss_to_ss">SS request is modified to new SS request.</string> + <string name="stk_cc_ussd_to_dial">USSD request changed to regular call</string> + <string name="stk_cc_ussd_to_ss">USSD request changed to SS request</string> + <string name="stk_cc_ussd_to_ussd">Changed to new USSD request</string> + <string name="stk_cc_ussd_to_dial_video">USSD request changed to video call</string> + <string name="stk_cc_ss_to_dial">SS request changed to regular call</string> + <string name="stk_cc_ss_to_dial_video">SS request changed to video call</string> + <string name="stk_cc_ss_to_ussd">SS request changed to USSD request</string> + <string name="stk_cc_ss_to_ss">Changed to new SS request</string> <!-- Content description of the work profile icon in the notification. --> <string name="notification_work_profile_content_description">Work profile</string> |