8
0
Просмотр исходного кода

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

Marek Lewandowski 6 лет назад
Родитель
Сommit
ebfe2c83c5
1 измененных файлов с 0 добавлено и 1 удалено
  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.",
 	"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.",
 	"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.",
 	"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 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."
 	"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."
 }
 }