From 9cbb496e497865077e39eda1f26ae9dbec2ac06b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Mon, 5 Oct 2020 16:06:52 -0400 Subject: Resolved conflicting menu mnemonics in "Tools" menu for English locale. --- core/locale.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core') diff --git a/core/locale.conf b/core/locale.conf index ddd83f69..e1c3292f 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -266,12 +266,12 @@ Complete Trigger Word = Complete Trigger _Word # Menu items for auto-completing programming language symbols and showing # documentation for them (e.g. typing `textadept.editing.` followed by a # "Complete Symbol" would show all possible completions for that symbol). -Complete Symbol = _Complete Symbol -Show Documentation = Show _Documentation +Complete Symbol = Complete S_ymbol +Show Documentation = S_how Documentation # Menu item for inspecting the character under the caret. The character's byte # information, the lexer used to syntax-highlight that character, and the # character's lexical style (e.g. string, comment, number, etc.) are shown. -Show Style = Show St_yle +Show Style = Sho_w Style Lexer = Lexer Style = Style # Menu items for navigating between open buffers. -- cgit v1.2.3