diff options
| author | 2018-03-23 04:10:53 +0000 | |
|---|---|---|
| committer | 2018-03-23 04:10:53 +0000 | |
| commit | 7ebfe28c954e98cf3f6295f453071a81961e982f (patch) | |
| tree | a4c23d519145a0ad55f28d9f47e2408da046d0fb | |
| parent | afe151935a2894dfc1588b1635016c00a199835f (diff) | |
| parent | 397b0d0dd5e465d0b4171c254d53bd0c28caae9d (diff) | |
Merge "new WFC registration failure notification string" into pi-dev
am: 397b0d0dd5
Change-Id: Ic7cfa7ea9d7fb0526843ca5e2cfc82fc73202826
| -rw-r--r-- | core/res/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 1370af4fdc57..74a2c75b64bd 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -227,14 +227,14 @@ <string name="roamingTextSearching">Searching for Service</string> <!-- Displayed when WFC registration fails --> - <string name="wfcRegErrorTitle">Wi-Fi Calling</string> + <string name="wfcRegErrorTitle">Couldn\u2019t set up Wi\u2011Fi 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. (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"> - <item>Register with your carrier (Error code: <xliff:g id="code" example="REG09 - No 911 Address">%1$s</xliff:g>)</item> + <item>Issue registering Wi\u2011Fi calling with your carrier: <xliff:g id="code" example="REG09 - No 911 Address">%1$s</xliff:g></item> </string-array> <!-- Template for showing mobile network operator name while WFC is active --> <string-array name="wfcSpnFormats"> |