changeset 74:c3b0fba5c2bc default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 17 Jun 2025 13:00:25 -0600
parents e972fb08a574
children
files src/luan_editor/menu.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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