]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
883e18f
)
Added translation string for tasklist WYSIWYG action
3333/head
author
Dan Brown
<redacted>
Wed, 23 Mar 2022 11:54:27 +0000
(11:54 +0000)
committer
Dan Brown
<redacted>
Wed, 23 Mar 2022 11:54:27 +0000
(11:54 +0000)
resources/lang/en/editor.php
patch
|
blob
|
history
diff --git
a/resources/lang/en/editor.php
b/resources/lang/en/editor.php
index 4fb1b8f2ea5c1143f635095a7a551f0a1b99bde3..3daa03e7e2359f8f1edb94afd161f8eb2204a613 100644
(file)
--- 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',