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

Commit 053d5ce9 authored by Gilles Debunne's avatar Gilles Debunne Committed by Android Git Automerger
Browse files

am ee4831c4: Merge "Added char limit to string" into gingerbread

Merge commit 'ee4831c4' into gingerbread-plus-aosp

* commit 'ee4831c4':
  Added char limit to string
parents 8e724905 ee4831c4
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.  -->