mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-19 11:23:16 +08:00
Fix misaligned SETCOLOR help message
This commit is contained in:
@@ -4154,6 +4154,7 @@ To change the current background and foreground colors, use COLOR command.
|
||||
.
|
||||
:PROGRAM_SETCOLOR_STATUS
|
||||
MONO mode status: %s (video mode %d)
|
||||
|
||||
.
|
||||
:PROGRAM_SETCOLOR_ACTIVE
|
||||
active
|
||||
@@ -4178,6 +4179,7 @@ Must be + or - for MONO: %s
|
||||
.
|
||||
:PROGRAM_SETCOLOR_COLOR
|
||||
Color %d: (%d,%d,%d) or #%02x%02x%02x
|
||||
|
||||
.
|
||||
:PROGRAM_SETCOLOR_INVALID_NUMBER
|
||||
Invalid color number - %s
|
||||
|
@@ -4171,6 +4171,7 @@ SETCOLOR [color# [value]]
|
||||
.
|
||||
:PROGRAM_SETCOLOR_STATUS
|
||||
MONO モード 状態: %s (video mode %d)
|
||||
|
||||
.
|
||||
:PROGRAM_SETCOLOR_ACTIVE
|
||||
有効
|
||||
@@ -4195,6 +4196,7 @@ MONOは + または - を指定して下さい: %s
|
||||
.
|
||||
:PROGRAM_SETCOLOR_COLOR
|
||||
色番号 %d: (%d,%d,%d) または #%02x%02x%02x
|
||||
|
||||
.
|
||||
:PROGRAM_SETCOLOR_INVALID_NUMBER
|
||||
色番号が無効です - %s
|
||||
|
Reference in New Issue
Block a user