aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+orbitalquark@users.noreply.github.com>2020-10-05 16:06:52 -0400
committermitchell <70453897+orbitalquark@users.noreply.github.com>2020-10-05 16:06:52 -0400
commit9cbb496e497865077e39eda1f26ae9dbec2ac06b (patch)
treea546aa1ab4f9c5319391642550c3303d23abfc7c /core
parent449536080b9e4dfde608e5dfdc3477e108f5db9b (diff)
downloadtextadept-9cbb496e497865077e39eda1f26ae9dbec2ac06b.tar.gz
textadept-9cbb496e497865077e39eda1f26ae9dbec2ac06b.zip
Resolved conflicting menu mnemonics in "Tools" menu for English locale.
Diffstat (limited to 'core')
-rw-r--r--core/locale.conf6
1 files changed, 3 insertions, 3 deletions
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.