We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b861bf3 + c8952f7 commit bd9d25eCopy full SHA for bd9d25e
core/res/res/values/strings.xml
@@ -2485,7 +2485,10 @@
2485
<string name="textSelectionCABTitle">Text selection</string>
2486
2487
<!-- Option to add the current misspelled word to the user dictionary. [CHAR LIMIT=25] -->
2488
- <string name="addToDictionary">+ add to dictionary</string>
+ <string name="addToDictionary">add to dictionary</string>
2489
+
2490
+ <!-- Option to delete the highlighted part of the text from the suggestion popup. [CHAR LIMIT=25] -->
2491
+ <string name="deleteText">delete</string>
2492
2493
<!-- EditText context menu -->
2494
<string name="inputMethod">Input method</string>
0 commit comments