From 2bab64ba66b08b639ddb00247b4333aa2ab8e1f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Tue, 28 May 2019 11:49:36 +0200 Subject: [PATCH] Internal: Added a missing context. --- lang/contexts.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/contexts.json b/lang/contexts.json index 9ac1fd96..a47064fe 100644 --- a/lang/contexts.json +++ b/lang/contexts.json @@ -3,5 +3,6 @@ "Rich Text Editor": "Title of the CKEditor5 editor.", "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.)." + "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." }