diff options
| -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> |