Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72a2801b authored by Pat Manning's avatar Pat Manning
Browse files

Increase char limit on pointer fill strings for i18n

Fix: 346722468
Test: Manual
Flag: com.android.systemui.enable_vector_cursor_a11y_settings
Change-Id: I4c044905a6d0e72404acfa6cdf1bd53d8537a8b6
parent bcb87740
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -4458,15 +4458,15 @@
    <string name="trackpad_pointer_speed">Pointer speed</string>
    <!-- Title text for mouse pointer fill style. [CHAR LIMIT=35] -->
    <string name="pointer_fill_style">Pointer fill style</string>
    <!-- Content description for black pointer fill style. [CHAR LIMIT=35] -->
    <!-- Content description for black pointer fill style. [CHAR LIMIT=60] -->
    <string name="pointer_fill_style_black_button">Change pointer fill style to black</string>
    <!-- Content description for green pointer fill style. [CHAR LIMIT=35] -->
    <!-- Content description for green pointer fill style. [CHAR LIMIT=60] -->
    <string name="pointer_fill_style_green_button">Change pointer fill style to green</string>
    <!-- Content description for yellow pointer fill style. [CHAR LIMIT=35] -->
    <!-- Content description for yellow pointer fill style. [CHAR LIMIT=60] -->
    <string name="pointer_fill_style_yellow_button">Change pointer fill style to yellow</string>
    <!-- Content description for pink pointer fill style. [CHAR LIMIT=35] -->
    <!-- Content description for pink pointer fill style. [CHAR LIMIT=60] -->
    <string name="pointer_fill_style_pink_button">Change pointer fill style to pink</string>
    <!-- Content description for blue pointer fill style. [CHAR LIMIT=35] -->
    <!-- Content description for blue pointer fill style. [CHAR LIMIT=60] -->
    <string name="pointer_fill_style_blue_button">Change pointer fill style to blue</string>
    <!-- Title for the button to trigger the 'touch gesture' education. [CHAR LIMIT=35] -->
    <string name="trackpad_touch_gesture">Learn touchpad gestures</string>