Sfoglia il codice sorgente

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

Marek Lewandowski 5 anni fa
parent
commit
5d8335fe83
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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)."
 }