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

Merge commit 'ee4831c4bb39144b995ea561ad35b9b0e1864b33' into gingerbread-plus-aosp

* commit 'ee4831c4bb39144b995ea561ad35b9b0e1864b33':
  Added char limit to string
This commit is contained in:
Gilles Debunne
2010-08-27 13:16:24 -07:00
committed by Android Git Automerger

View File

@@ -1853,7 +1853,7 @@
<!-- Item on EditText context menu. This action is used to select all text in the edit field. --> <!-- Item on EditText context menu. This action is used to select all text in the edit field. -->
<string name="selectAll">Select all</string> <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> <string name="selectText">Select word</string>
<!-- Item on EditText context menu. This action is used to cut selected the text into the clipboard. --> <!-- Item on EditText context menu. This action is used to cut selected the text into the clipboard. -->