diff options
| author | 2018-03-26 22:24:26 +0000 | |
|---|---|---|
| committer | 2018-03-26 22:24:26 +0000 | |
| commit | 2ed9bf437e22de7ea87697f84bb1ea39bf765612 (patch) | |
| tree | 83daa71cbec4b6ecd48675e2c7c1aa9960b9e452 | |
| parent | fc704e2fd7cdaf903a3ab1da7db21f80c6c261fe (diff) | |
| parent | 1cea5f7de862afbc5ec614ea6d73a1ad8232b227 (diff) | |
Merge "Fix string description" into pi-dev
| -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 131b35cb0109..d3a55e812ee8 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]--> |