From: Dan Brown Date: Wed, 23 Mar 2022 11:58:16 +0000 (+0000) Subject: Merge pull request #3333 from BookStackApp/wysiwyg_tasklist X-Git-Tag: v22.03~1^2~16 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/a2231c3604dbd914d6682edc139e951e0f7c6d97?ds=inline;hp=-c Merge pull request #3333 from BookStackApp/wysiwyg_tasklist WYSIWYG tasklist support --- a2231c3604dbd914d6682edc139e951e0f7c6d97 diff --combined resources/lang/en/editor.php index a70a403f6,3daa03e7e..7160af22d --- a/resources/lang/en/editor.php +++ b/resources/lang/en/editor.php @@@ -52,9 -52,10 +52,10 @@@ return 'align_left' => 'Align left', 'align_center' => 'Align center', 'align_right' => 'Align right', - 'align_justify' => 'Align justify', + 'align_justify' => 'Justify', 'list_bullet' => 'Bullet list', 'list_numbered' => 'Numbered list', + 'list_task' => 'Task list', 'indent_increase' => 'Increase indent', 'indent_decrease' => 'Decrease indent', 'table' => 'Table',