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

Commit 92209482 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Added char limit to string

Bug http://b/issue?id=2953774

Change-Id: I8aa1009712b46e54942a3d653059f464dabc3f9f
parent 445ab76c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1853,7 +1853,7 @@
    <!-- Item on EditText context menu. This action is used to select all text in the edit field. -->
    <string name="selectAll">Select all</string>

    <!-- Item on EditText context menu. This action is used to start selecting text in the edit field. -->
    <!-- Item on EditText context menu. This action is used to start selecting text in the edit field. [CHAR LIMIT=20] -->
    <string name="selectText">Select word</string>

    <!-- Item on EditText context menu.  This action is used to cut selected the text into the clipboard.  -->