diff options
| author | 2018-09-27 15:26:22 -0400 | |
|---|---|---|
| committer | 2018-10-02 11:18:36 -0400 | |
| commit | fbcc82869f870f547c991ee51d2a5091dba08d55 (patch) | |
| tree | 69943ded5de90e774e89b445e31c720b8f6526cc | |
| parent | 5d61fb371866cc61e1bc2e7918b06355992269ee (diff) | |
Shortens "Manage notifications" link to "Manage".
Test: manual
Change-Id: I3af98ea14ac8c65afffbb6e28297598cbb648c66
Fixes: 115531288
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 2b51aaab3805..e1c71fae7559 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -1081,7 +1081,7 @@ <string name="clear_all_notifications_text">Clear all</string> <!-- The text for the manage notifications link. [CHAR LIMIT=40] --> - <string name="manage_notifications_text">Manage notifications</string> + <string name="manage_notifications_text">Manage</string> <!-- The text to show in the notifications shade when dnd is suppressing notifications. [CHAR LIMIT=100] --> <string name="dnd_suppressing_shade_text">Notifications paused by Do Not Disturb</string> |