Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd9d25e3 authored by Eric Fischer's avatar Eric Fischer Committed by Android (Google) Code Review
Browse files

Merge "Bug 5278473: Add a delete option in the suggestion popup"

parents b861bf30 c8952f70
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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>