diff options
| author | 2021-01-14 23:39:50 +0000 | |
|---|---|---|
| committer | 2021-01-14 23:39:50 +0000 | |
| commit | 9472f9c00a9f86faac9f24357df1df01cc123b79 (patch) | |
| tree | 4f7c5d106a43e0c36fa72585b6c20fa04a320ce4 | |
| parent | 096b7d4a25f3d5b38416878be5b86de9cac97e60 (diff) | |
| parent | f16d8dcddf19d7a8c540f2bb2ea760e1c06cc3de (diff) | |
Merge "Fix flipped CLIR message."
| -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 1143467425af..8ac00dceea9e 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -110,7 +110,7 @@ <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. --> <string name="ClipMmi">Incoming Caller ID</string> <!-- Displayed as the title for a success/failure report enabling/disabling caller ID. --> - <string name="ClirMmi">Outgoing Caller ID</string> + <string name="ClirMmi">Hide Outgoing Caller ID</string> <!-- Displayed as the title for a success/failure report enabling/disabling connected line ID. --> <string name="ColpMmi">Connected Line ID</string> <!-- Displayed as the title for a success/failure report enabling/disabling connected line ID restriction. --> |