From: Dan Brown Date: Wed, 23 Mar 2022 11:54:27 +0000 (+0000) Subject: Added translation string for tasklist WYSIWYG action X-Git-Tag: v22.03~1^2~16^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/refs/pull/3333/head?ds=inline Added translation string for tasklist WYSIWYG action --- diff --git a/resources/lang/en/editor.php b/resources/lang/en/editor.php index 4fb1b8f2e..3daa03e7e 100644 --- a/resources/lang/en/editor.php +++ b/resources/lang/en/editor.php @@ -55,6 +55,7 @@ return [ 'align_justify' => 'Align justify', 'list_bullet' => 'Bullet list', 'list_numbered' => 'Numbered list', + 'list_task' => 'Task list', 'indent_increase' => 'Increase indent', 'indent_decrease' => 'Decrease indent', 'table' => 'Table',