config: Small config description fixes.

This commit is contained in:
Damir Jelić 2019-01-31 10:51:51 +01:00
parent 24da24304e
commit 1f67491325

View file

@ -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."),
), ),