Created
October 26, 2022 19:29
-
-
Save marc1706/d5c4820bd280ce7f4f73030dbd9e96dc to your computer and use it in GitHub Desktop.
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