diff options
| author | 2017-08-01 00:28:12 +0000 | |
|---|---|---|
| committer | 2017-08-01 00:28:12 +0000 | |
| commit | d2063214a5391c9bc2f1fe2071f2c402c6105e15 (patch) | |
| tree | d95e8b50ac4710bcde73ec8fb6f9b67f945db93c | |
| parent | 0891411cfdbcd7ec58599190bc1e82f3814ffafa (diff) | |
| parent | d27d0b29ddbabad5c42d6c4bd76c73a901da353f (diff) | |
Merge "Show error code in WFC error notification." 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 ab26ae18ba99..30a0fd3d98ae 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -270,7 +270,7 @@ </string-array> <!-- WFC Operator Error Messages showed as notifications --> <string-array name="wfcOperatorErrorNotificationMessages"> - <item>Register with your carrier</item> + <item>Register with your carrier (Error code: <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"> |