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

Commit c8952f70 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Bug 5278473: Add a delete option in the suggestion popup

This first CL simply adds the new string before string freeze.

Change-Id: I7d5ed7a8467179668c123380cc516a80099d4993
parent b5dfcb8a
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>