From b206e9fc952aaa1537d0e02978acb0a054da9090 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 11 Jan 2025 16:42:00 +0100 Subject: [PATCH] fix: Copy-paste error with "Extend selection left" shortcut name --- plugins/builtin/romfs/lang/en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/builtin/romfs/lang/en_US.json b/plugins/builtin/romfs/lang/en_US.json index b2586f2e3..7ea024ed6 100644 --- a/plugins/builtin/romfs/lang/en_US.json +++ b/plugins/builtin/romfs/lang/en_US.json @@ -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",