Mercurial Hosting > editor
changeset 74:c3b0fba5c2bc
minor
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Tue, 17 Jun 2025 13:00:25 -0600 |
| parents | e972fb08a574 |
| children | 7f5b3824f4d4 |
| files | src/luan_editor/menu.luan |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r e972fb08a574 -r c3b0fba5c2bc src/luan_editor/menu.luan --- a/src/luan_editor/menu.luan Mon Jun 16 11:29:04 2025 -0600 +++ b/src/luan_editor/menu.luan Tue Jun 17 13:00:25 2025 -0600 @@ -92,7 +92,7 @@ } revert new_menu_item{ - text = "Paste File(s)" + text = "Paste Files" accelerator = "P" action_listener = function(_) if not window.paste_files() then
