diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-10-09 15:42:39 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-10-09 15:42:39 +0000 |
| commit | 4cce6105c27a42ce083bc96fe84e3260b4c87707 (patch) | |
| tree | c36c815f89e30f713c4c7367d4a256bcf0475310 /phpBB/language | |
| parent | 96617d8902441ba68d97637e4dbe3e079dc13fdf (diff) | |
| download | forums-4cce6105c27a42ce083bc96fe84e3260b4c87707.tar forums-4cce6105c27a42ce083bc96fe84e3260b4c87707.tar.gz forums-4cce6105c27a42ce083bc96fe84e3260b4c87707.tar.bz2 forums-4cce6105c27a42ce083bc96fe84e3260b4c87707.tar.xz forums-4cce6105c27a42ce083bc96fe84e3260b4c87707.zip | |
Let's be not quite that ambigious.
git-svn-id: file:///svn/phpbb/trunk@8158 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index c7584ea8c2..5b109efdc5 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -208,7 +208,7 @@ $lang = array_merge($lang, array( 'MIN_CHARS' => 'Min', 'MIN_TIME_REG' => 'Minimum time for registration', 'MIN_TIME_REG_EXPLAIN' => 'The registration form cannot be submitted before this time has passed.', - 'MIN_TIME_TERMS' => 'Minimum time for registration', + 'MIN_TIME_TERMS' => 'Minimum time for accepting terms', 'MIN_TIME_TERMS_EXPLAIN' => 'The terms page cannot be skipped before this time has passed.', 'NO_AUTH_PLUGIN' => 'No suitable auth plugin found.', 'PASSWORD_LENGTH' => 'Password length', |
