config: Small config description fixes.
This commit is contained in:
parent
24da24304e
commit
1f67491325
1 changed files with 3 additions and 3 deletions
|
@ -506,8 +506,8 @@ class MatrixConfig(WeechatConfig):
|
||||||
0,
|
0,
|
||||||
"on",
|
"on",
|
||||||
("Display preformatted code blocks as rectangular areas by "
|
("Display preformatted code blocks as rectangular areas by "
|
||||||
"padding them with whitespace up to the length of the longest "
|
"padding them with whitespace up to the length of the longest"
|
||||||
"line (with optional margin)"),
|
" line (with optional margin)"),
|
||||||
),
|
),
|
||||||
Option(
|
Option(
|
||||||
"code_block_margin",
|
"code_block_margin",
|
||||||
|
@ -622,7 +622,7 @@ class MatrixConfig(WeechatConfig):
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
"on",
|
"on",
|
||||||
("If off, messages are only printed after the server confirms"
|
("If off, messages are only printed after the server confirms "
|
||||||
"their receival. If on, messages are immediately printed but "
|
"their receival. If on, messages are immediately printed but "
|
||||||
"colored differently until receival is confirmed."),
|
"colored differently until receival is confirmed."),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue