summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Gilles Debunne <debunne@google.com> 2010-08-23 10:34:45 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2010-08-23 10:34:45 -0700
commitc275c76ca33341a7bf1acfefcf6757d8079c781c (patch)
tree58d6e887213c712b09b3a07f2a01927f279e5f56
parent6c6f575423d6718c3ff322224c1520901ce881e1 (diff)
parent6563e24360d0b975117e1f27b6732c354b8b16c5 (diff)
Merge "Added CHAR_LIMIT in strings."
-rw-r--r--core/res/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index a10704878e7d..e38a228623a9 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. -->