OSDN Git Service

Add string for 'snooze' action to use in local context menu
authorMady Mellor <madym@google.com>
Fri, 23 Mar 2018 18:14:17 +0000 (11:14 -0700)
committerMady Mellor <madym@google.com>
Fri, 23 Mar 2018 18:14:17 +0000 (11:14 -0700)
Just getting string in for translation; work to add to
local context menu will come in follow up

Test: make
Bug: 34840333
Change-Id: Id23c0f5cc708bb8847601f792f12f1365bca674b

packages/SystemUI/res/values/strings.xml

index a4b7608..3bbe77c 100644 (file)
     <!-- 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] -->
+    <string name="notification_menu_snooze_action">Snooze</string>
+
     <!-- Notification: Snooze panel: Snooze undo button label. [CHAR LIMIT=50]-->
     <string name="snooze_undo">UNDO</string>