1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 19:00:26 +02:00

Issue #6 Submitnews - remind user to login if access denied message given.

This commit is contained in:
Cameron
2016-08-29 10:48:27 -07:00
parent d2ea287876
commit bf392eaf0b

View File

@@ -19,7 +19,7 @@ define("LAN_135", "News Item: ");
define("LAN_136", "Submit News Item");
define("NWSLAN_6", "Category");
define("NWSLAN_10", "No news categories");
define("NWSLAN_11", "You don't have access to this area.");
define("NWSLAN_11", "You do not have access to this area or you are currently not logged in.");
define("NWSLAN_12", "Access Denied.");
define("SUBNEWSLAN_1", "You must include a title.\\n");