Bug 5278473: Add a delete option in the suggestion popup
This first CL simply adds the new string before string freeze.
Change-Id: I7d5ed7a8467179668c123380cc516a80099d4993
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index eeff473..6e72fd7 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>