fixed grammar
This commit is contained in:
parent
b5b22b986d
commit
03dc9234a1
|
@ -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
|
||||||
|
|
|
@ -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.",
|
||||||
|
|
Loading…
Reference in New Issue