diff options
| author | 2017-08-01 00:36:58 +0000 | |
|---|---|---|
| committer | 2017-08-01 00:36:58 +0000 | |
| commit | 3961ac394560123302c6a8d74e6b23b60e06c56c (patch) | |
| tree | 5555c1fc5ac60d40580e42e4e25d7707b27a3a5d | |
| parent | 2940beda606fcd5b59592e1e76023f2502ec883b (diff) | |
| parent | d2063214a5391c9bc2f1fe2071f2c402c6105e15 (diff) | |
Merge "Show error code in WFC error notification." into oc-dr1-dev
am: d2063214a5
Change-Id: I7c1980af1c877c7b3b4500daccb1226876c7e5bf
| -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"> |