Translation fixes
Change "BIOS Address" -> "BIOS address" Consistency for "KB" in Xi8088 configuration Fix incorrect source strings and restore their correct translations that were lost; apply trivial edits Fix duplicate strings in the Polish translation
This commit is contained in:
@@ -721,7 +721,7 @@ static const device_config_t threec503_config[] = {
|
||||
},
|
||||
{
|
||||
.name = "bios_addr",
|
||||
.description = "BIOS Address",
|
||||
.description = "BIOS address",
|
||||
.type = CONFIG_HEX20,
|
||||
.default_string = NULL,
|
||||
.default_int = 0xCC000,
|
||||
|
||||
@@ -1412,7 +1412,7 @@ static const device_config_t ne2000_config[] = {
|
||||
},
|
||||
{
|
||||
.name = "bios_addr",
|
||||
.description = "BIOS Address",
|
||||
.description = "BIOS address",
|
||||
.type = CONFIG_HEX20,
|
||||
.default_string = NULL,
|
||||
.default_int = 0,
|
||||
@@ -1510,7 +1510,7 @@ static const device_config_t ne2000_compat_config[] = {
|
||||
},
|
||||
{
|
||||
.name = "bios_addr",
|
||||
.description = "BIOS Address",
|
||||
.description = "BIOS address",
|
||||
.type = CONFIG_HEX20,
|
||||
.default_string = NULL,
|
||||
.default_int = 0,
|
||||
@@ -1602,7 +1602,7 @@ static const device_config_t ne2000_compat_8bit_config[] = {
|
||||
},
|
||||
{
|
||||
.name = "bios_addr",
|
||||
.description = "BIOS Address",
|
||||
.description = "BIOS address",
|
||||
.type = CONFIG_HEX20,
|
||||
.default_string = NULL,
|
||||
.default_int = 0,
|
||||
|
||||
Reference in New Issue
Block a user