fixed grammar

This commit is contained in:
Diego Najar 2017-09-24 15:28:15 +02:00
parent b5b22b986d
commit 03dc9234a1
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
// Bludit version // Bludit version
define('BLUDIT_VERSION', '2.0'); define('BLUDIT_VERSION', '2.0');
define('BLUDIT_CODENAME', ''); define('BLUDIT_CODENAME', '');
define('BLUDIT_RELEASE_DATE', '2017-09-21'); define('BLUDIT_RELEASE_DATE', '2017-09-23');
define('BLUDIT_BUILD', '20170921'); define('BLUDIT_BUILD', '20170923');
// Debug mode // Debug mode
// Change to FALSE, for prevent warning or errors on browser // Change to FALSE, for prevent warning or errors on browser

View File

@ -154,7 +154,7 @@
"order-content-by": "Order content By", "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.", "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", "page-not-found": "Page not found",
"predefined-pages": "Predefined pages", "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.", "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.",