aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r--modules/textadept/menu.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index c74a6c92..38ccb6de 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -195,8 +195,8 @@ menubar = {
{ L('Fi_lter Through'), _m.textadept.filter_through.filter_through },
SEPARATOR,
{ title = L('_Snippets'),
- { L('_Insert'), m_textadept.snippets._insert },
- { L('In_sert...'), m_textadept.snippets._select },
+ { L('_Expand'), m_textadept.snippets._insert },
+ { L('_Insert...'), m_textadept.snippets._select },
{ L('_Previous Placeholder'), m_textadept.snippets._previous },
{ L('_Cancel'), m_textadept.snippets._cancel_current },
},