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

Commit 84fccf46 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Increase char limit on pointer fill strings for i18n" into main

parents 5527df13 72a2801b
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>