diff options
| author | 2017-03-22 09:57:35 -0700 | |
|---|---|---|
| committer | 2017-03-22 09:57:35 -0700 | |
| commit | 4b9c9b97ab4329b5640a41f802d2962754c3b83f (patch) | |
| tree | 45dfa8dcbf4ae25b2dac3e809be8d162fc8746ea | |
| parent | fc7f4ceb44c2f18fc112ef53580d5fed520e0f9d (diff) | |
Update “don’t snooze” in expanded snooze menu to cancel
Test: manual - snooze notification, expand menu, note ‘cancel’ option
Bug: 36249627
Change-Id: I6ea834df0b0f93ed89b5b26dc54cc404402cd962
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 3e5e586dfbb0..6150965831be 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -1391,8 +1391,8 @@ <string name="snooze_option_30_min">30 minutes</string> <!-- Notification: Menu row: Snooze options: 1 hour option. [CHAR LIMIT=50]--> <string name="snooze_option_1_hour">1 hour</string> - <!-- Notification: Menu row: Snooze options: don't snooze option. [CHAR LIMIT=50] --> - <string name="snooze_option_dont_snooze">Don\'t snooze</string> + <!-- Notification: Menu row: Snooze options: cancel snoozing option. [CHAR LIMIT=50] --> + <string name="snooze_option_dont_snooze">Cancel</string> <!-- Notification: Menu row: Snooze undo button label. [CHAR LIMIT=50]--> <string name="snooze_undo">UNDO</string> |