Przeglądaj źródła

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

Marek Lewandowski 6 lat temu
rodzic
commit
ebfe2c83c5
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      packages/ckeditor5-table/lang/contexts.json

+ 0 - 1
packages/ckeditor5-table/lang/contexts.json

@@ -52,7 +52,6 @@
 	"Align table to the left": "The label used by assistive technologies describing a button that aligns the table to the left.",
 	"Center table": "The label used by assistive technologies describing a button that centers the table.",
 	"Align table to the right": "The label used by assistive technologies describing a button that aligns the table to the right.",
-	"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).",
 	"The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".": "The localized error string that can be displayed next to color (background, border) fields that have an invalid value",
 	"The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".": "The localized error string that can be displayed next to length (padding, border width) fields that have an invalid value."
 }