Update string for dismiss option in manage menu

Fixes: 158037450
Test: manual - manage menu shows "Dismiss bubble" instead of "Dismiss"
Change-Id: I87f4bf11272757637f99d4486a61bbefb32b53e9
This commit is contained in:
Lyn Han
2020-06-07 15:31:02 -07:00
parent 16899978f4
commit 6e1e07eeb6

View File

@@ -2641,7 +2641,7 @@
<!-- Action in accessibility menu to move the stack of bubbles to the bottom right of the screen. [CHAR LIMIT=30]-->
<string name="bubble_accessibility_action_move_bottom_right">Move bottom right</string>
<!-- Text used for the bubble dismiss area. Bubbles dragged to, or flung towards, this area will go away. [CHAR LIMIT=20] -->
<string name="bubble_dismiss_text">Dismiss</string>
<string name="bubble_dismiss_text">Dismiss bubble</string>
<!-- Button text to stop a conversation from bubbling [CHAR LIMIT=60]-->
<string name="bubbles_dont_bubble_conversation">Don\u2019t bubble conversation</string>
<!-- Title text for the bubbles feature education cling shown when a bubble is on screen for the first time. [CHAR LIMIT=60]-->