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

Commit ba30be57 authored by Eric Fischer's avatar Eric Fischer
Browse files

Restore deleted string still referenced from a layout.

Change-Id: I5285b44118d08f3f18d9a2dc4065c20b4a3a22c2
parent 00451ed2
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>