aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorTabitha Backoff <t_backoff@yahoo.com>2013-03-28 17:53:14 -0400
committerTabitha Backoff <t_backoff@yahoo.com>2013-03-28 17:53:14 -0400
commita8f5695666229512ccd5d122daa0a7ad7004015b (patch)
treea1786a860aaab7605d74dfda4b12b3c977579e0a /phpBB/language
parent9e5cde7f668a614ff74dc15d9c72df48dd114dbc (diff)
downloadforums-a8f5695666229512ccd5d122daa0a7ad7004015b.tar
forums-a8f5695666229512ccd5d122daa0a7ad7004015b.tar.gz
forums-a8f5695666229512ccd5d122daa0a7ad7004015b.tar.bz2
forums-a8f5695666229512ccd5d122daa0a7ad7004015b.tar.xz
forums-a8f5695666229512ccd5d122daa0a7ad7004015b.zip
Migration file and change board_home_text to board_index_text
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/board.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index bfc2a22e39..f387158a0b 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -37,8 +37,8 @@ if (empty($lang) || !is_array($lang))
// Board Settings
$lang = array_merge($lang, array(
'ACP_BOARD_SETTINGS_EXPLAIN' => 'Here you can determine the basic operation of your board, give it a fitting name and description, and among other settings adjust the default values for timezone and language.',
- 'BOARD_HOME_TEXT' => 'Board index text',
- 'BOARD_HOME_TEXT_EXPLAIN' => 'This text is displayed as the board index in the board’s breadcrumbs. If not specified, it will default to “Board index”.',
+ 'BOARD_INDEX_TEXT' => 'Board index text',
+ 'BOARD_INDEX_TEXT_EXPLAIN' => 'This text is displayed as the board index in the board’s breadcrumbs. If not specified, it will default to “Board index”.',
'CUSTOM_DATEFORMAT' => 'Custom…',
'DEFAULT_DATE_FORMAT' => 'Date format',
'DEFAULT_DATE_FORMAT_EXPLAIN' => 'The date format is the same as the PHP <code>date</code> function.',