diff options
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
| -rw-r--r-- | phpBB/language/en/lang_admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 7663920180..fe41659f18 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -22,6 +22,7 @@ $lang = array_merge($lang, array( 'ADMIN_TITLE' => 'Administration Panel', 'ADMIN' => 'Administration', + 'LOGIN_ADMIN' => 'You must be a registered, logged in user before attempting to administer the board.', 'NO_ADMIN' => 'You are not authorised to administer this board.', 'NO_FRAMES' => 'Sorry, your browser does not support frames.', 'RETURN_TO' => 'Return to ...', |
