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

Commit 514e8d7d authored by shaoweishen's avatar shaoweishen Committed by Shaowei Shen
Browse files

[Keyboard Shortcut] increase search hint char limit

Increase shortcut search list hint char limit to prevent unnecessary
abbreviation.

Flag: NONE
Bug: 329063103
Test: build pass
Change-Id: I06dd722490e651730ccb722d1cf003d0791134b9
parent afefe675
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1987,7 +1987,7 @@
    <string name="keyboard_shortcut_clear_text">Clear search query</string>
    <!-- The title for keyboard shortcut search list [CHAR LIMIT=25] -->
    <string name="keyboard_shortcut_search_list_title">Keyboard Shortcuts</string>
    <!-- The hint for keyboard shortcut search list [CHAR LIMIT=25] -->
    <!-- The hint for keyboard shortcut search list [CHAR LIMIT=50] -->
    <string name="keyboard_shortcut_search_list_hint">Search shortcuts</string>
    <!-- The description for no shortcuts results [CHAR LIMIT=25] -->
    <string name="keyboard_shortcut_search_list_no_result">No shortcuts found</string>