Skip to content

Commit ed8f3a9

Browse files
replace 'token' with 'entry' in strings explaining selection highlight configs
1 parent 4b25de0 commit ed8f3a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

enigma-swing/src/main/java/org/quiltmc/enigma/gui/config/EditorConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public class EditorConfig extends ReflectiveConfig {
1616

1717
@Comment(
1818
"""
19-
Settings for the editor's selection highlighting; used to highlight tokens that have been navigated to.
20-
The color of the highlight is defined per-theme (in themes/) by [syntax_pane_colors] -> selection_highlight.\
19+
Settings for the editor's selection highlighting; used to highlight entries that have been navigated to.
20+
The color of the highlight is defined per-theme (in themes/) by [syntax_pane_colors] > selection_highlight.\
2121
"""
2222
)
2323
public final SelectionHighlightSection selectionHighlight = new SelectionHighlightSection();

enigma/src/main/resources/lang/en_us.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
"menu.view.selection_highlight.blinks": "Blink count (%s)",
7878
"menu.view.selection_highlight.blinks.dialog_title": "Blink Count",
7979
"menu.view.selection_highlight.blinks.dialog_explanation":
80-
"The number of times to blink highlighting that indicates a token that has been navigated to.",
80+
"The number of times to blink highlighting that indicates an entry that has been navigated to.",
8181
"menu.view.selection_highlight.blink_delay": "Blink delay (%sms)",
8282
"menu.view.selection_highlight.blink_delay.dialog_title": "Blink Delay",
8383
"menu.view.selection_highlight.blink_delay.dialog_explanation":
84-
"The milliseconds to blink on and off highlighting that indicates a token that has been navigated to.",
84+
"The milliseconds to blink on and off highlighting that indicates an entry that has been navigated to.",
8585
"menu.view.languages": "Languages",
8686
"menu.view.scale": "Scale",
8787
"menu.view.scale.custom": "Custom...",

0 commit comments

Comments
 (0)