diff options
| author | 2017-06-23 16:00:50 +0000 | |
|---|---|---|
| committer | 2017-06-23 16:00:54 +0000 | |
| commit | a871f0f131b279b81b1710a9631ccd68fc78c6c0 (patch) | |
| tree | d652807e11119ddbd67a473c28f707e149836518 | |
| parent | 3cd12a1ca72d49e6af3b3ac99006cca90dcf8642 (diff) | |
| parent | 6b15e1f493320b67402cf73bf3e0e9fbde747a38 (diff) | |
Merge "Show error code in WFC error messages." into oc-dr1-dev
| -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 e6c95c069d85..ce701a735816 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"> |