diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2012-09-15 18:31:13 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2012-09-15 18:31:13 +0200 |
| commit | 9a92c45ad365629fac658ba566d16097a6eac644 (patch) | |
| tree | aaf38364dabd1b2cee7fb8b1319403e742f70e78 /phpBB/language/en | |
| parent | 5dc7aba18ffa1e47d835c80bdb6f921293fc0c18 (diff) | |
| parent | 9e5505933aec5a57e57018e6375be0bf28636fbe (diff) | |
| download | forums-9a92c45ad365629fac658ba566d16097a6eac644.tar forums-9a92c45ad365629fac658ba566d16097a6eac644.tar.gz forums-9a92c45ad365629fac658ba566d16097a6eac644.tar.bz2 forums-9a92c45ad365629fac658ba566d16097a6eac644.tar.xz forums-9a92c45ad365629fac658ba566d16097a6eac644.zip | |
Merge remote-tracking branch 'EXreaction/ticket/11021' into develop
* EXreaction/ticket/11021:
[ticket/11021] Fix the language changes that were lost previously
Diffstat (limited to 'phpBB/language/en')
| -rw-r--r-- | phpBB/language/en/acp/board.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index b80aec1f4a..a4597a1014 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -50,9 +50,9 @@ $lang = array_merge($lang, array( 'OVERRIDE_STYLE_EXPLAIN' => 'Replaces user’s style with the default.', 'SITE_DESC' => 'Site description', 'SITE_HOME_TEXT' => 'Main website text', - 'SITE_HOME_TEXT_EXPLAIN' => 'This text will be displayed as a link to your website homepage in the board’s breadcrumbs. If not specified, it will default to ’Home’.', + 'SITE_HOME_TEXT_EXPLAIN' => 'This text will be displayed as a link to your website homepage in the board’s breadcrumbs. If not specified, it will default to “Home”.', 'SITE_HOME_URL' => 'Main website URL', - 'SITE_HOME_URL_EXPLAIN' => 'If specified, a link to this URL will be prepended to your board’s breadcrumbs. The board logo will also link to this URL.', + 'SITE_HOME_URL_EXPLAIN' => 'If specified, a link to this URL will be prepended to your board’s breadcrumbs and the board logo will link to this URL instead of the forum index. An absolute URL is required, e.g. <samp>http://www.phpbb.com</samp>.', 'SITE_NAME' => 'Site name', 'SYSTEM_TIMEZONE' => 'Guest timezone', 'SYSTEM_TIMEZONE_EXPLAIN' => 'Timezone to use for displaying times to users who are not logged in (guests, bots). Logged in users set their timezone during registration and can change it in their user control panel.', |
