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

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

Merge "Restore deleted string still referenced from a layout."

parents a4cced6e ba30be57
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2405,6 +2405,9 @@
    <!-- Item on EditText context menu. This action is used to paste from the clipboard into the eidt field -->
    <string name="paste">Paste</string>

    <!-- Text displayed in a popup dialog in TextEdit when the clipboard is empty. 'paste' is used otherwise. [CHAR LIMIT=20] -->
    <string name="pasteDisabled">Nothing to paste</string>

    <!-- Item on EditText context menu. This action is used to replace the current word by other suggested words, suggested by the IME or the spell checker -->
    <string name="replace">Replace</string>