Skip to content

Commit

Permalink
fix: Copy-paste error with "Extend selection left" shortcut name
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jan 11, 2025
1 parent 4b6ff68 commit b206e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/builtin/romfs/lang/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@
"hex.builtin.view.hex_editor.shortcut.enter_editing": "Enter editing mode",
"hex.builtin.view.hex_editor.shortcut.selection_right": "Extend selection to the right",
"hex.builtin.view.hex_editor.shortcut.cursor_right": "Move cursor to the right",
"hex.builtin.view.hex_editor.shortcut.selection_left": "Move cursor to the left",
"hex.builtin.view.hex_editor.shortcut.selection_left": "Extend selection to the left",
"hex.builtin.view.hex_editor.shortcut.cursor_left": "Move cursor to the left",
"hex.builtin.view.hex_editor.shortcut.selection_up": "Extend selection up",
"hex.builtin.view.hex_editor.shortcut.cursor_up": "Move cursor up one line",
Expand Down

0 comments on commit b206e9f

Please sign in to comment.