From 8865db200776bdd9bc155b680a8921375dc4af73 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 23 Dec 2024 01:00:13 +0100 Subject: [PATCH] lang: Added missing memory file rename key --- plugins/builtin/romfs/lang/en_US.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/builtin/romfs/lang/en_US.json b/plugins/builtin/romfs/lang/en_US.json index 7bb008924..d47b5bd97 100644 --- a/plugins/builtin/romfs/lang/en_US.json +++ b/plugins/builtin/romfs/lang/en_US.json @@ -432,6 +432,7 @@ "hex.builtin.provider.intel_hex.name": "Intel Hex {0}", "hex.builtin.provider.mem_file": "Memory File", "hex.builtin.provider.mem_file.unsaved": "Unsaved File", + "hex.builtin.provider.mem_file.rename": "Rename File", "hex.builtin.provider.motorola_srec": "Motorola SREC Provider", "hex.builtin.provider.motorola_srec.name": "Motorola SREC {0}", "hex.builtin.provider.process_memory": "Process Memory Provider",