diff options
author | 2020-08-23 18:24:10 -0400 | |
---|---|---|
committer | 2020-08-23 18:24:10 -0400 | |
commit | 63648dbe99b908e7c6a5259f4027cb54b1e698ff (patch) | |
tree | 16d596596d67f94a9a6920d5b1ffdc5024e434c9 /core/locale.conf | |
parent | e326775782bc8b9b0e004d5134d602b26ffeb3a5 (diff) | |
download | textadept-63648dbe99b908e7c6a5259f4027cb54b1e698ff.tar.gz textadept-63648dbe99b908e7c6a5259f4027cb54b1e698ff.zip |
Added "Edit > Preferences" menu item and key binding for opening user init.lua.
Also changed the mnemonic for "Edit > Filter Through" in the process.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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 |