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

Internal: Adjusted color context descriptions. [skip ci]

Marek Lewandowski 6 лет назад
Родитель
Сommit
78763b5087
1 измененных файлов с 15 добавлено и 15 удалено
  1. 15 15
      packages/ckeditor5-ui/lang/contexts.json

+ 15 - 15
packages/ckeditor5-ui/lang/contexts.json

@@ -8,19 +8,19 @@
 	"Editor toolbar": "Label used by assistive technologies describing a generic editor toolbar.",
 	"Dropdown toolbar": "Label used by assistive technologies describing a toolbar displayed inside a dropdown.",
 	"Show more items": "Label of a toolbar button which reveals more toolbar items.",
-	"Black": "Label of a button that applies a black text color (font color and background)",
-	"Dim grey": "Label of a button that applies a dim grey text color (font color and background)",
-	"Grey": "Label of a button that applies a grey text color (font color and background)",
-	"Light grey": "Label of a button that applies a light grey text color (font color and background)",
-	"White": "Label of a button that applies a white text color (font color and background)",
-	"Red": "Label of a button that applies a red text color (font color and background)",
-	"Orange": "Label of a button that applies a orange text color (font color and background)",
-	"Yellow": "Label of a button that applies a yellow text color (font color and background)",
-	"Light green": "Label of a button that applies a light green text color (font color and background)",
-	"Green": "Label of a button that applies a green text color (font color and background)",
-	"Aquamarine": "Label of a button that applies a aquamarine text color (font color and background)",
-	"Turquoise": "Label of a button that applies a turquoise text color (font color and background)",
-	"Light blue": "Label of a button that applies a light blue text color (font color and background)",
-	"Blue": "Label of a button that applies a blue text color (font color and background)",
-	"Purple": "Label of a button that applies a purple text color (font color and background)"
+	"Black": "Label of a button that applies a black color in color pickers.",
+	"Dim grey": "Label of a button that applies a dim grey color in color pickers.",
+	"Grey": "Label of a button that applies a grey color in color pickers.",
+	"Light grey": "Label of a button that applies a light grey color in color pickers.",
+	"White": "Label of a button that applies a white color in color pickers.",
+	"Red": "Label of a button that applies a red color in color pickers.",
+	"Orange": "Label of a button that applies a orange color in color pickers.",
+	"Yellow": "Label of a button that applies a yellow color in color pickers.",
+	"Light green": "Label of a button that applies a light green color in color pickers.",
+	"Green": "Label of a button that applies a green color in color pickers.",
+	"Aquamarine": "Label of a button that applies a aquamarine color in color pickers.",
+	"Turquoise": "Label of a button that applies a turquoise color in color pickers.",
+	"Light blue": "Label of a button that applies a light blue color in color pickers.",
+	"Blue": "Label of a button that applies a blue color in color pickers.",
+	"Purple": "Label of a button that applies a purple color in color pickers."
 }