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
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1f5c11d..3390c8b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -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>