diff options
| author | 2017-07-27 18:09:12 -0700 | |
|---|---|---|
| committer | 2017-07-27 18:09:12 -0700 | |
| commit | d27d0b29ddbabad5c42d6c4bd76c73a901da353f (patch) | |
| tree | 67c46dc4638fb812fa87d116f903fb4a35185204 | |
| parent | 3afa031888919b5acfd9b28e575da06e345747eb (diff) | |
Show error code in WFC error notification.
Bug: 62213418
Test: manual
Change-Id: I671938dd7bbd125428e22a4cc520496bf85642ab
| -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"> |