Language changes phpBB 3.3.9-RC1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php | |
index d209ee3d08..5450dda1fc 100644 | |
--- a/phpBB/language/en/acp/board.php | |
+++ b/phpBB/language/en/acp/board.php | |
@@ -483,7 +483,7 @@ $lang = array_merge($lang, array( | |
'SCRIPT_PATH' => 'Script path', | |
'SCRIPT_PATH_EXPLAIN' => 'The path where phpBB is located relative to the domain name, e.g. <samp>/phpBB3</samp>.', | |
'SERVER_NAME' => 'Domain name', | |
- 'SERVER_NAME_EXPLAIN' => 'The domain name this board runs from (for example: <samp>www.example.com</samp>).', | |
+ 'SERVER_NAME_EXPLAIN' => 'The domain name this board runs from (for example: <samp>example.com</samp>).', | |
'SERVER_PORT' => 'Server port', | |
'SERVER_PORT_EXPLAIN' => 'The port your server is running on, usually 80, only change if different.', | |
'SERVER_PROTOCOL' => 'Server protocol', |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment