From acac887dea96a8d1298bb4fbbda41b7cddd22c69 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 27 Mar 2011 21:50:22 -0400 Subject: Change menu caption for snippet's 'Insert' to 'Expand'. --- core/locale.conf | 4 ++-- modules/textadept/menu.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/locale.conf b/core/locale.conf index 3c4d9510..741df6f4 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -136,8 +136,8 @@ _Run = _Run _Compile = _Compile Fi_lter Through = Fi_lter Through _Snippets = _Snippets -_Insert = _Insert -In_sert... = In_sert... +_Expand = _Expand +_Insert... = _Insert... _Previous Placeholder = _Previous Placeholder _Cancel = _Cancel _Bookmark = _Bookmark 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 }, }, -- cgit v1.2.3