From e36f2f2bcbae51b53893f75d63cf4aebc9a9888a Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 14 Jan 2025 17:51:26 +0100 Subject: [PATCH] fix: Replace "data processor" text with "data inspector" for the custom data inspector row hint --- 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 ce655a6c7..25727efbb 100644 --- a/plugins/builtin/romfs/lang/en_US.json +++ b/plugins/builtin/romfs/lang/en_US.json @@ -732,7 +732,7 @@ "hex.builtin.view.data_inspector.table.name": "Name", "hex.builtin.view.data_inspector.table.value": "Value", "hex.builtin.view.data_inspector.custom_row.title": "Adding custom rows", - "hex.builtin.view.data_inspector.custom_row.hint": "It's possible to define custom data processor rows by placing pattern language scripts in the /scripts/inspectors folder.\n\nCheck the documentation for more information.", + "hex.builtin.view.data_inspector.custom_row.hint": "It's possible to define custom data inspector rows by placing pattern language scripts in the /scripts/inspectors folder.\n\nCheck the documentation for more information.", "hex.builtin.view.data_processor.help_text": "Right click to add a new node", "hex.builtin.view.data_processor.menu.file.load_processor": "Load data processor...", "hex.builtin.view.data_processor.menu.file.save_processor": "Save data processor...",