Skip to content

Commit

Permalink
Rename menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed May 2, 2024
1 parent 52ac2ba commit 48adafb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ private fun FrameWindowScope.MainMenu(
onCheckedChange = { explorerState.presentationMode = it }
)
CheckboxItem(
"Show Line Numbers Mode",
"Show Line Numbers",
explorerState.showLineNumbers,
shortcut = KeyShortcut(
key = Key.L,
Expand Down

0 comments on commit 48adafb

Please sign in to comment.