Fix copy-paste error in colors.messages.warning.border description

This commit is contained in:
Florian Bruhin 2017-10-11 16:26:52 +02:00
parent ba92f32e9f
commit 96c0cde8b8
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@
|<<colors.messages.info.border,colors.messages.info.border>>|Border color of an info message.
|<<colors.messages.info.fg,colors.messages.info.fg>>|Foreground color an info message.
|<<colors.messages.warning.bg,colors.messages.warning.bg>>|Background color of a warning message.
|<<colors.messages.warning.border,colors.messages.warning.border>>|Border color of an error message.
|<<colors.messages.warning.border,colors.messages.warning.border>>|Border color of a warning message.
|<<colors.messages.warning.fg,colors.messages.warning.fg>>|Foreground color a warning message.
|<<colors.prompts.bg,colors.prompts.bg>>|Background color for prompts.
|<<colors.prompts.border,colors.prompts.border>>|Border used around UI elements in prompts.
@ -951,7 +951,7 @@ Default: +pass:[darkorange]+
[[colors.messages.warning.border]]
=== colors.messages.warning.border
Border color of an error message.
Border color of a warning message.
Type: <<types,QssColor>>

View File

@ -1620,7 +1620,7 @@ colors.messages.warning.bg:
colors.messages.warning.border:
default: '#d47300'
type: QssColor
desc: Border color of an error message.
desc: Border color of a warning message.
colors.messages.info.fg:
default: white