Skip to content

Commit bd9d25e

Browse files
Eric FischerAndroid (Google) Code Review
authored andcommitted
Merge "Bug 5278473: Add a delete option in the suggestion popup"
2 parents b861bf3 + c8952f7 commit bd9d25e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

core/res/res/values/strings.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2485,7 +2485,10 @@
24852485
<string name="textSelectionCABTitle">Text selection</string>
24862486

24872487
<!-- Option to add the current misspelled word to the user dictionary. [CHAR LIMIT=25] -->
2488-
<string name="addToDictionary">+ add to dictionary</string>
2488+
<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>
24892492

24902493
<!-- EditText context menu -->
24912494
<string name="inputMethod">Input method</string>

0 commit comments

Comments
 (0)