1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 13:11:52 +02:00

Update lan_error.php

This commit is contained in:
Gábor 2018-05-09 06:19:48 +02:00 committed by GitHub
parent 1109854538
commit cbfb476799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,8 +64,8 @@ define("LAN_ERROR_44", "Site logo");
define("LAN_ERROR_45", "What can you do now?");
define("LAN_ERROR_46", "Check log for details.");
define("LAN_ERROR_47", "Validation error: News title can\'t be empty!");
define("LAN_ERROR_48", "Validation error: News SEF URL value is required field and can\'t be empty!");
define("LAN_ERROR_47", "Validation error: News title can't be empty!");
define("LAN_ERROR_48", "Validation error: News SEF URL value is required field and can't be empty!");
define("LAN_ERROR_49", "Validation error: News SEF URL is unique field - current value already in use! Please choose another SEF URL value.");
define("LAN_ERROR_50", "Validation error: News category can\'t be empty!");
define("LAN_ERROR_50", "Validation error: News category can't be empty!");
?>