Ver código fonte

Apply suggestions from code review

Co-Authored-By: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Mateusz Samsel 6 anos atrás
pai
commit
4317094349
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      packages/ckeditor5-ui/lang/contexts.json

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

@@ -5,6 +5,6 @@
 	"Next": "Label for a button showing the next thing (tab, page, etc.).",
 	"Next": "Label for a button showing the next thing (tab, page, etc.).",
 	"Previous": "Label for a button showing the previous thing (tab, page, etc.).",
 	"Previous": "Label for a button showing the previous thing (tab, page, etc.).",
 	"%0 of %1": "Label for a 'page X of Y' status of a typical next/previous page navigation.",
 	"%0 of %1": "Label for a 'page X of Y' status of a typical next/previous page navigation.",
-	"Editor's toolbar": "The label for assistive technologies used in editor's toolbar.",
-	"Dropdown's toolbar": "The label for assistive technologies used in dropdown's toolbar."
+	"Editor toolbar": "Label describing the main editor toolbar used by assistive technologies.",
+	"Dropdown's toolbar": "Label describing the toolbar under a dropdown button used by assistive technologies."
 }
 }