diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-16 11:09:35 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-16 11:09:35 +0200 |
commit | a5a59eb664cdfb5fe37fb7d8c82d11c7008cbac7 (patch) | |
tree | 73221a4b7c0c1bf60b570cca80d2c963303d02e9 /po | |
parent | 01c298520d7b6d9ad268d59a6d2a0b99c5cded78 (diff) |
DocumentWidget: Paste preceding line
Added a special actions menu in the input prompt to allow the user to paste the line preceding the latest clicked link from the originating document.
One use case for this is user-editable lines.
Diffstat (limited to 'po')
-rw-r--r-- | po/en.po | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -760,6 +760,10 @@ msgstr "Line break" | |||
760 | msgid "dlg.input.send" | 760 | msgid "dlg.input.send" |
761 | msgstr "Send" | 761 | msgstr "Send" |
762 | 762 | ||
763 | # Paste the line preceding the clicked link into the input prompt. | ||
764 | msgid "menu.input.precedingline" | ||
765 | msgstr "Paste Preceding Line" | ||
766 | |||
763 | msgid "heading.save" | 767 | msgid "heading.save" |
764 | msgstr "FILE SAVED" | 768 | msgstr "FILE SAVED" |
765 | 769 | ||