mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 15:46:44 +02:00
Issue #6 - LANs: Replace all references to "Comments" with LAN_COMMENTS
This commit is contained in:
@@ -600,7 +600,7 @@ class faq
|
||||
}
|
||||
if (!$pref['nested_comments'])
|
||||
{
|
||||
$ns->tablerender("Comments", $text);
|
||||
$ns->tablerender(LAN_COMMENTS, $text);
|
||||
}
|
||||
if (ADMIN && getperms("B"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user