Add line breaks to help text

This commit is contained in:
Kijin Sung 2023-06-18 23:35:55 +09:00
parent 5ba6346bec
commit 7df280a697
2 changed files with 2 additions and 2 deletions

View file

@ -158,7 +158,7 @@ $lang->about_use_gzip = 'This option should be left off unless you know for sure
$lang->delay_session = 'Delay session start';
$lang->about_delay_session = 'To improve performance when using a caching proxy server such as Varnish, do not issue sessions to visitors until they log in.<br>Selecting this option may interfere with autologin, and visitor counts may become inaccurate.';
$lang->delay_template_compile = 'Delay template compile';
$lang->about_delay_template_compile = 'Wait a few seconds before compiling an updated template file. This may help avoid errors when you are editing templates over a slow connection.';
$lang->about_delay_template_compile = 'Wait a few seconds before compiling an updated template file.<br />This may help avoid errors when you are editing templates over a slow connection.';
$lang->mediafilter_whitelist = 'Allow external media';
$lang->about_mediafilter_whitelist = 'This list defines other websites from which users are allowed to embed multimedia content using &lt;iframe&gt; or &lt;video&gt; tags.<br />The restriction does not apply to attachments or any media embedded by the administrator.';
$lang->mediafilter_classes = 'Allow HTML class';