Procházet zdrojové kódy

Internal: Don't use double quotes in contexts because it breaks POT files.

Piotrek Koszuliński před 6 roky
rodič
revize
7504cc07e8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/ckeditor5-ui/lang/contexts.json

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

@@ -4,5 +4,5 @@
 	"Edit block": "Label of the block toolbar icon (a block toolbar is displayed next to each paragraph, heading, list item, etc. and contains e.g. block formatting options)",
 	"Next": "Label for a button showing the next 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."
 }