diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-07-19 09:54:26 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-07-19 09:54:26 +0000 |
| commit | e4ab8fc7361ebf450ceafd4eb627c9db742f4b52 (patch) | |
| tree | 26003d7b56f8481a6f9c41e9b21c7a964c6d375f | |
| parent | a8c759a033195431b35137987fed2d0a556c6a1a (diff) | |
| download | forums-e4ab8fc7361ebf450ceafd4eb627c9db742f4b52.tar forums-e4ab8fc7361ebf450ceafd4eb627c9db742f4b52.tar.gz forums-e4ab8fc7361ebf450ceafd4eb627c9db742f4b52.tar.bz2 forums-e4ab8fc7361ebf450ceafd4eb627c9db742f4b52.tar.xz forums-e4ab8fc7361ebf450ceafd4eb627c9db742f4b52.zip | |
change lang string
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9795 89ea8834-ac86-4346-8a33-228a782c2dd0
| -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 b51db0ba57..c240aeee55 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -311,7 +311,7 @@ $lang = array_merge($lang, array( 'VISUAL_CONFIRM_REG' => 'Enable visual confirmation for registrations', 'VISUAL_CONFIRM_REG_EXPLAIN' => 'Requires new users to enter a random code matching an image to help prevent mass registrations.', 'VISUAL_CONFIRM_REFRESH' => 'Enable users to refresh the confirmation image', - 'VISUAL_CONFIRM_REFRESH_EXPLAIN' => 'Allows users to request new confirmation codes, if they are unable to solve the VC during registration.', + 'VISUAL_CONFIRM_REFRESH_EXPLAIN' => 'Allows users to request new confirmation codes, if they are unable to solve the VC during registration. Some plugins might not support this option.', )); // Cookie Settings |
