Преглед изворни кода

Added missing entries to contexts.json.

Aleksander Nowodzinski пре 5 година
родитељ
комит
7ef6fe743b
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      packages/ckeditor5-widget/lang/contexts.json

+ 3 - 1
packages/ckeditor5-widget/lang/contexts.json

@@ -1,3 +1,5 @@
 {
 {
-	"Widget toolbar": "The label used by assistive technologies describing a toolbar attached to a widget."
+	"Widget toolbar": "The label used by assistive technologies describing a toolbar attached to a widget.",
+	"Insert paragraph before widget": "The title displayed when a mouse is over a button that inserts a paragraph before a widget.",
+	"Insert paragraph after widget": "The title displayed when a mouse is over a button that inserts a paragraph after a widget."
 }
 }