Browse Source

Internal: Added missing context.

Piotrek Koszuliński 6 years ago
parent
commit
767f8af500
1 changed files with 3 additions and 2 deletions
  1. 3 2
      packages/ckeditor5-list/lang/contexts.json

+ 3 - 2
packages/ckeditor5-list/lang/contexts.json

@@ -1,4 +1,5 @@
 {
 	"Numbered List": "Toolbar button tooltip for the Numbered List feature.",
-	"Bulleted List": "Toolbar button tooltip for the Bulleted List feature."
-}
+	"Bulleted List": "Toolbar button tooltip for the Bulleted List feature.",
+	"Todo List": "Toolbar button tooltip for the Todo List feature."
+}