Преглед на файлове

Internal: Remove color option is now shared by font and table plugin, thus context goes to the ckeditor5-core plugin.

Marek Lewandowski преди 5 години
родител
ревизия
5d8335fe83
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      packages/ckeditor5-core/lang/contexts.json

+ 2 - 1
packages/ckeditor5-core/lang/contexts.json

@@ -1,4 +1,5 @@
 {
 	"Save": "Label for the Save button.",
-	"Cancel": "Label for the Cancel button."
+	"Cancel": "Label for the Cancel button.",
+	"Remove color": "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
 }