kB -> KB.

This commit is contained in:
OBattler
2024-11-19 04:08:21 +01:00
parent c38fc46670
commit 463badd613
41 changed files with 636 additions and 636 deletions

View File

@@ -1499,11 +1499,11 @@ static const device_config_t gus_config[] = {
.spinner = { 0 },
.selection = {
{
.description = "256 kB",
.description = "256 KB",
.value = 0
},
{
.description = "512 kB",
.description = "512 KB",
.value = 1
},
{

View File

@@ -4669,7 +4669,7 @@ static const device_config_t sb_32_pnp_config[] = {
.value = 0
},
{
.description = "512 kB",
.description = "512 KB",
.value = 512
},
{
@@ -4882,7 +4882,7 @@ static const device_config_t sb_awe32_config[] = {
.value = 0
},
{
.description = "512 kB",
.description = "512 KB",
.value = 512
},
{
@@ -4946,7 +4946,7 @@ static const device_config_t sb_awe32_pnp_config[] = {
.value = 0
},
{
.description = "512 kB",
.description = "512 KB",
.value = 512
},
{
@@ -4999,7 +4999,7 @@ static const device_config_t sb_awe64_value_config[] = {
.spinner = { 0 },
.selection = {
{
.description = "512 kB",
.description = "512 KB",
.value = 512
},
{