aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/faq.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/faq.php')
-rw-r--r--phpBB/faq.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/faq.php b/phpBB/faq.php
index a0976e7c67..b74ede66e4 100644
--- a/phpBB/faq.php
+++ b/phpBB/faq.php
@@ -32,7 +32,7 @@ switch ($mode)
break;
default:
- $l_title = $user->lang['FAQ'];
+ $l_title = $user->lang['FAQ_EXPLAIN'];
$user->add_lang('faq', false, true);
break;
}