diff options
| author | 2017-06-19 13:35:43 -0700 | |
|---|---|---|
| committer | 2017-06-19 13:35:43 -0700 | |
| commit | 6b15e1f493320b67402cf73bf3e0e9fbde747a38 (patch) | |
| tree | 5bbb3fa870e82c5cdef66d7f46b1124d34f63527 | |
| parent | 95b41415cda2e0f96d0d1563d177942a83b92962 (diff) | |
Show error code in WFC error messages.
Bug: 62213418
Test: manual
Change-Id: I3ed5e13cd5ac21fa53066124621670c68f7b1601
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 97b6940a1d39..738841e59ad4 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -266,7 +266,7 @@ <string name="wfcRegErrorTitle">Wi-Fi Calling</string> <!-- WFC Operator Error Messages showed as alerts --> <string-array name="wfcOperatorErrorAlertMessages"> - <item>To make calls and send messages over Wi-Fi, first ask your carrier to set up this service. Then turn on Wi-Fi calling again from Settings.</item> + <item>To make calls and send messages over Wi-Fi, first ask your carrier to set up this service. Then turn on Wi-Fi calling again from Settings. (Error code: <xliff:g id="code" example="REG09 - No 911 Address">%1$s</xliff:g>)</item> </string-array> <!-- WFC Operator Error Messages showed as notifications --> <string-array name="wfcOperatorErrorNotificationMessages"> |