diff options
| author | 2018-03-23 16:19:02 -0700 | |
|---|---|---|
| committer | 2018-03-23 16:19:02 -0700 | |
| commit | 1cea5f7de862afbc5ec614ea6d73a1ad8232b227 (patch) | |
| tree | 89162eece6d426407608477c065ba125ef262e5d | |
| parent | ecd4709573096b28b21b85df15e10925c42f482c (diff) | |
Fix string description
Test: make
Bug: 34840333
Change-Id: Iea11f92e143f5fe84444d86c865eec54518ccc00
| -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 e5f112106b63..2546ae84d0a5 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -1602,7 +1602,7 @@ <!-- Notification: Menu row: Content description for the snooze icon. [CHAR LIMIT=NONE] --> <string name="notification_menu_snooze_description">notification snooze options</string> - <!-- Notification: Menu row: Content description for the snooze action shown in local context menu. [CHAR LIMIT=NONE] --> + <!-- Notification: Menu row: Label for the snooze action shown in local context menu. [CHAR LIMIT=NONE] --> <string name="notification_menu_snooze_action">Snooze</string> <!-- Notification: Snooze panel: Snooze undo button label. [CHAR LIMIT=50]--> |