diff options
| author | 2021-04-28 18:21:05 +0800 | |
|---|---|---|
| committer | 2021-04-29 00:11:47 +0800 | |
| commit | b8f8b1fd57c08542d072c519c872fc88e0a92f47 (patch) | |
| tree | e258dd09c9750aae80b56d289a6d4c9899ca16e2 | |
| parent | 9fadb60b3deb1815bceca0308569de8cde04ca3a (diff) | |
Revise the character limit of the string.
Goal:
In order to get better translations from the expert to users
Bug: 184872714
Test: manual test
Change-Id: I776ddece7163ba3ee6643d4e19f5d45c558aad39
| -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 c117069f794b..ad54d8e77590 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -2725,7 +2725,7 @@ <string name="accessibility_floating_button_action_move_bottom_right">Move bottom right</string> <!-- Action in accessibility menu to move the accessibility floating button to the edge and hide it to half. [CHAR LIMIT=30]--> <string name="accessibility_floating_button_action_move_to_edge_and_hide_to_half">Move to edge and hide</string> - <!-- Action in accessibility menu to move the accessibility floating button out the edge and show. [CHAR LIMIT=30]--> + <!-- Action in accessibility menu to move the accessibility floating button out the edge and show. [CHAR LIMIT=36]--> <string name="accessibility_floating_button_action_move_out_edge_and_show">Move out edge and show</string> <!-- Device Controls strings --> |