diff options
| author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-02-25 23:31:38 +0000 |
|---|---|---|
| committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-02-25 23:31:38 +0000 |
| commit | 98afc4b18eb022f9f2a3cbf0bcf7900780843fec (patch) | |
| tree | 5bba018514ffca2944a6932e1138aeb9aa87a141 /phpBB/language | |
| parent | c4ee7265216272e3b80a627a705152b865f52ce0 (diff) | |
| download | forums-98afc4b18eb022f9f2a3cbf0bcf7900780843fec.tar forums-98afc4b18eb022f9f2a3cbf0bcf7900780843fec.tar.gz forums-98afc4b18eb022f9f2a3cbf0bcf7900780843fec.tar.bz2 forums-98afc4b18eb022f9f2a3cbf0bcf7900780843fec.tar.xz forums-98afc4b18eb022f9f2a3cbf0bcf7900780843fec.zip | |
#8166
git-svn-id: file:///svn/phpbb/trunk@7080 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/board.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 85dd4bb0bd..2ff572c5e1 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -32,8 +32,7 @@ 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, from the site name through user registration to private messaging.', - + '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.', '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.', |
