diff options
| author | 2011-09-14 17:04:10 -0700 | |
|---|---|---|
| committer | 2011-09-14 17:04:13 -0700 | |
| commit | c8952f70cab81674c20ee88870a7b8e7c72b4967 (patch) | |
| tree | 075caea1b4ac27a2a6b403931b5b17624a023dda | |
| parent | b5dfcb8a3d1e2a4ec39d9f27e185f3eca6910a31 (diff) | |
Bug 5278473: Add a delete option in the suggestion popup
This first CL simply adds the new string before string freeze.
Change-Id: I7d5ed7a8467179668c123380cc516a80099d4993
| -rwxr-xr-x | core/res/res/values/strings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index eeff473a8e7d..6e72fd73cdda 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2485,7 +2485,10 @@ <string name="textSelectionCABTitle">Text selection</string> <!-- Option to add the current misspelled word to the user dictionary. [CHAR LIMIT=25] --> - <string name="addToDictionary">+ add to dictionary</string> + <string name="addToDictionary">add to dictionary</string> + + <!-- Option to delete the highlighted part of the text from the suggestion popup. [CHAR LIMIT=25] --> + <string name="deleteText">delete</string> <!-- EditText context menu --> <string name="inputMethod">Input method</string> |