From 63648dbe99b908e7c6a5259f4027cb54b1e698ff Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 23 Aug 2020 18:24:10 -0400 Subject: Added "Edit > Preferences" menu item and key binding for opening user init.lua. Also changed the mnemonic for "Edit > Filter Through" in the process. --- core/locale.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/locale.conf') diff --git a/core/locale.conf b/core/locale.conf index 53f16fa8..6d067034 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -174,7 +174,7 @@ Transpose Characters = T_ranspose Characters Join Lines = _Join Lines # The menu item for filtering text through a shell command and replacing input # text with that command's output text. -Filter Through = _Filter Through +Filter Through = Filter Thr_ough # Menu items for selecting text and entities. Select = _Select Select between Matching Delimiters = Select between _Matching Delimiters @@ -196,6 +196,8 @@ Enclose in Brackets = Enclose in _Brackets Enclose in Braces = Enclose in B_races Move Selected Lines Up = _Move Selected Lines Up Move Selected Lines Down = Move Selected Lines Do_wn +# Menu item for opening user preferences. +Preferences = Pre_ferences # Menu items for searching and replacing text within buffers and files. Search = _Search Find = _Find -- cgit v1.2.3