From 03dc9234a132e59a6bf6b99bd6c71619c1878570 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sun, 24 Sep 2017 15:28:15 +0200 Subject: [PATCH] fixed grammar --- bl-kernel/boot/init.php | 4 ++-- bl-languages/en.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php index e7dbf82b..6f185bd9 100644 --- a/bl-kernel/boot/init.php +++ b/bl-kernel/boot/init.php @@ -3,8 +3,8 @@ // Bludit version define('BLUDIT_VERSION', '2.0'); define('BLUDIT_CODENAME', ''); -define('BLUDIT_RELEASE_DATE', '2017-09-21'); -define('BLUDIT_BUILD', '20170921'); +define('BLUDIT_RELEASE_DATE', '2017-09-23'); +define('BLUDIT_BUILD', '20170923'); // Debug mode // Change to FALSE, for prevent warning or errors on browser diff --git a/bl-languages/en.json b/bl-languages/en.json index dc4ce10e..2b771562 100644 --- a/bl-languages/en.json +++ b/bl-languages/en.json @@ -154,7 +154,7 @@ "order-content-by": "Order content By", "order-the-content-by-position-to-build-a-website": "Order the content by position to build a Website or order the content by date to build a Blog.", - "page-not-found-content": "Hey! look like the page doesn't exist.", + "page-not-found-content": "Hey! looks like the page doesn't exist.", "page-not-found": "Page not found", "predefined-pages": "Predefined pages", "returning-page-when-the-page-doesnt-exist": "Returning page when the page doesn't exist, leave it blank if you want to returns a default message.",