Merge "Up char limit for dismiss option in manage menu" into rvc-dev am: f3e7dfe156 am: 12715fd1b3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11850284

Change-Id: I9173e705839c8b13d96e5507aaabd52302743c6d
This commit is contained in:
Lyn Han
2020-06-12 19:31:57 +00:00
committed by Automerger Merge Worker

View File

@@ -2640,7 +2640,7 @@
<string name="bubble_accessibility_action_move_bottom_left">Move bottom left</string> <string name="bubble_accessibility_action_move_bottom_left">Move bottom left</string>
<!-- Action in accessibility menu to move the stack of bubbles to the bottom right of the screen. [CHAR LIMIT=30]--> <!-- 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> <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] --> <!-- Text used for the bubble dismiss area. Bubbles dragged to, or flung towards, this area will go away. [CHAR LIMIT=30] -->
<string name="bubble_dismiss_text">Dismiss bubble</string> <string name="bubble_dismiss_text">Dismiss bubble</string>
<!-- Button text to stop a conversation from bubbling [CHAR LIMIT=60]--> <!-- Button text to stop a conversation from bubbling [CHAR LIMIT=60]-->
<string name="bubbles_dont_bubble_conversation">Don\u2019t bubble conversation</string> <string name="bubbles_dont_bubble_conversation">Don\u2019t bubble conversation</string>