summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-09-13 19:52:21 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-09-13 19:52:21 +0300
commit4cf52f29b926a924d838a3158d5c78b3337ee0ee (patch)
treedf72c72e3edccb9ce88136c7caa6d3644b1c8349 /po
parentaeb65e88297725634a4e55663e2ecc83805d9073 (diff)
Mobile: New selection logic for InputWidget
Touch-based interaction requires a different kind of selection and copy/paste behavior. This isn't done yet; especially multi-line text still needs work.
Diffstat (limited to 'po')
-rw-r--r--po/en.po12
1 files changed, 12 insertions, 0 deletions
diff --git a/po/en.po b/po/en.po
index 546a9489..96026528 100644
--- a/po/en.po
+++ b/po/en.po
@@ -273,6 +273,18 @@ msgstr "Copy"
273msgid "menu.paste" 273msgid "menu.paste"
274msgstr "Paste" 274msgstr "Paste"
275 275
276# keep this short (3x1 horiz layout)
277msgid "menu.selectall"
278msgstr "Select All"
279
280# keep this short (3x1 horiz layout)
281msgid "menu.delete"
282msgstr "Delete"
283
284# keep this short (3x1 horiz layout)
285msgid "menu.undo"
286msgstr "Undo"
287
276msgid "menu.select.clear" 288msgid "menu.select.clear"
277msgstr "Clear Selection" 289msgstr "Clear Selection"
278 290