diff options
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/install_new.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/install_new.php b/phpBB/language/en/install_new.php index 607565fcd0..923601b110 100644 --- a/phpBB/language/en/install_new.php +++ b/phpBB/language/en/install_new.php @@ -80,6 +80,8 @@ $lang = array_merge($lang, array( </ul> <p>Only those databases supported on your server will be displayed.', + + 'ACP_LINK' => 'Take me to <a href="%1$s">the ACP</a>', )); // Requirements translation |