diff options
author | Gilles Debunne <debunne@google.com> | 2010-08-20 19:23:16 -0700 |
---|---|---|
committer | Gilles Debunne <debunne@google.com> | 2010-08-20 19:23:16 -0700 |
commit | 6563e24360d0b975117e1f27b6732c354b8b16c5 (patch) | |
tree | ec0cd72a02573685c70b585977d6bbbac0386131 | |
parent | 582ac3fa1ec77cba90381f82c5ca118c91a21002 (diff) | |
download | frameworks_base-6563e24360d0b975117e1f27b6732c354b8b16c5.zip frameworks_base-6563e24360d0b975117e1f27b6732c354b8b16c5.tar.gz frameworks_base-6563e24360d0b975117e1f27b6732c354b8b16c5.tar.bz2 |
Added CHAR_LIMIT in strings.
Bug http://b/issue?id=2895327
Change-Id: I127ea2a6a33f342f2868de45c67da156db75fc1b
-rw-r--r-- | core/res/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index a107048..e38a228 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1887,16 +1887,16 @@ <!-- Item on EditText context menu. This action is used to copy a URL from the edit field into the clipboard. --> <string name="copyUrl">Copy URL</string> - <!-- Item on EditText context menu. Added only when the context menu is not empty, it enable selection context mode. --> + <!-- Item on EditText context menu. Added only when the context menu is not empty, it enable selection context mode. [CHAR LIMIT=20] --> <string name="selectTextMode">Select text...</string> - <!-- Text selection contextual mode title, displayed in the CAB.. --> + <!-- Text selection contextual mode title, displayed in the CAB. [CHAR LIMIT=20] --> <string name="textSelectionCABTitle">Text selection</string> <!-- EditText context menu --> <string name="inputMethod">Input method</string> - <!-- Title for EditText context menu --> + <!-- Title for EditText context menu [CHAR LIMIT=20] --> <string name="editTextMenuTitle">Text actions</string> <!-- If the device is getting low on internal storage, a notification is shown to the user. This is the title of that notification. --> |