From bacfb156f42d3edd93456dbb26ece86fe4c9e9f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Galip=20=C3=87aml=C4=B1?= Date: Sat, 24 May 2014 12:56:46 +0300 Subject: [PATCH] Update en.lang.php in box/pages plugin 'Name (slug)' => 'Name (slug)', // check whether in use or not 'Slug (url)' is missed --- plugins/box/pages/languages/en.lang.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/box/pages/languages/en.lang.php b/plugins/box/pages/languages/en.lang.php index a699c54..56f0bf6 100644 --- a/plugins/box/pages/languages/en.lang.php +++ b/plugins/box/pages/languages/en.lang.php @@ -16,7 +16,8 @@ 'Title' => 'Title', 'Name' => 'Name', 'Author' => 'Author', - 'Name (slug)' => 'Name (slug)', + 'Name (slug)' => 'Name (slug)', // check whether in use or not + 'Slug (url)' => 'Slug (url)', 'Description' => 'Description', 'Keywords' => 'Keywords', 'Parent' => 'Parent',