From 2a68896d6415faffe126b2d6126a358994d0ef79 Mon Sep 17 00:00:00 2001 From: usergithub64 <58270614+usergithub64@users.noreply.github.com> Date: Mon, 4 Aug 2025 14:18:44 +0300 Subject: [PATCH] Fixes for broken translation Fixes for broken translation --- src/disk/hdc_xta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disk/hdc_xta.c b/src/disk/hdc_xta.c index 0b95a6a35..426be9a67 100644 --- a/src/disk/hdc_xta.c +++ b/src/disk/hdc_xta.c @@ -1387,7 +1387,7 @@ static const device_config_t st50x_config[] = { // clang-format off { .name = "bios_addr", - .description = "BIOS Address", + .description = "BIOS address", .type = CONFIG_HEX20, .default_string = NULL, .default_int = 0xc8000,