diff --git a/src/machine/m_xt.c b/src/machine/m_xt.c index 6b5db1e37..e5906030c 100644 --- a/src/machine/m_xt.c +++ b/src/machine/m_xt.c @@ -1249,7 +1249,7 @@ static const device_config_t pc500_config[] = { .spinner = { 0 }, .selection = { { .description = "Disabled", .value = -1 }, - { .description = "Enabled", .value = 2 }, + { .description = "IRQ 2", .value = 2 }, { .description = "" } }, .bios = { { 0 } } @@ -1369,7 +1369,7 @@ static const device_config_t pc500plus_config[] = { .spinner = { 0 }, .selection = { { .description = "Disabled", .value = -1 }, - { .description = "Enabled", .value = 2 }, + { .description = "IRQ 2", .value = 2 }, { .description = "" } }, .bios = { { 0 } } @@ -1735,15 +1735,15 @@ static const device_config_t to16_config[] = { .spinner = { 0 }, .selection = { { .description = "Not installed", .value = 0 }, - { .description = "RTC0", .value = 0x300 }, - { .description = "RTC1", .value = 0x2c0 }, - { .description = "" } + { .description = "RTC0", .value = 0x300 }, + { .description = "RTC1", .value = 0x2c0 }, + { .description = "" } }, .bios = { { 0 } } }, { .name = "rtc_irq", - .description = "RTC IRQ 2", + .description = "RTC IRQ", .type = CONFIG_SELECTION, .default_string = NULL, .default_int = -1, @@ -1751,7 +1751,7 @@ static const device_config_t to16_config[] = { .spinner = { 0 }, .selection = { { .description = "Disabled", .value = -1 }, - { .description = "Enabled", .value = 2 }, + { .description = "IRQ 2", .value = 2 }, { .description = "" } }, .bios = { { 0 } } diff --git a/src/qt/languages/86box.pot b/src/qt/languages/86box.pot index e26b444b2..910108069 100644 --- a/src/qt/languages/86box.pot +++ b/src/qt/languages/86box.pot @@ -2256,9 +2256,6 @@ msgstr "" msgid "RTC IRQ" msgstr "" -msgid "RTC IRQ 2" -msgstr "" - msgid "RTC Port Address" msgstr "" diff --git a/src/qt/languages/ru-RU.po b/src/qt/languages/ru-RU.po index 7c1755d9e..f0d183b03 100644 --- a/src/qt/languages/ru-RU.po +++ b/src/qt/languages/ru-RU.po @@ -2256,9 +2256,6 @@ msgstr "DMA WSS" msgid "RTC IRQ" msgstr "IRQ RTC" -msgid "RTC IRQ 2" -msgstr "IRQ 2 RTC" - msgid "RTC Port Address" msgstr "Адрес порта RTC"