diff options
| author | 2018-04-17 09:08:12 -0400 | |
|---|---|---|
| committer | 2018-04-17 09:13:12 -0400 | |
| commit | 21483c2e182150ca2034b33f307707e11f70b8bc (patch) | |
| tree | 6205f219ffd94aa77e1702af58d4a9683a2dceb0 | |
| parent | d7cea28bbc43e80dd7da44b275ffe53f127af0bf (diff) | |
String update for effect suppressors
Test: manual inspection
Bug: 77641315
Change-Id: Icebb351a4ad63d063c4bf78c2ec35a7d9ba02440
| -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 3571967777b9..395b26935838 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4609,7 +4609,7 @@ <string name="zen_mode_default_every_night_name">Sleeping</string> <!-- Indication that the current volume and other effects (vibration) are being suppressed by a third party, such as a notification listener. [CHAR LIMIT=30] --> - <string name="muted_by">Muted by <xliff:g id="third_party">%1$s</xliff:g></string> + <string name="muted_by"><xliff:g id="third_party">%1$s</xliff:g> is muting some sounds</string> <!-- Error message shown when there is a system error which can be solved by user performing factory reset. [CHAR LIMIT=NONE] --> <string name="system_error_wipe_data">There\'s an internal problem with your device, and it may be unstable until you factory data reset.</string> |