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...",