aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-05-04 14:44:33 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-05-04 14:44:33 +0530
commit00d5cde04eb56b53179385c3ada075b1c207c3a3 (patch)
treed711b524b213d517f675fcfb09cb227709321c8c
parent1d0c8a1fe86b65174ae27c2353d52b69fda2a16d (diff)
downloadforums-00d5cde04eb56b53179385c3ada075b1c207c3a3.tar
forums-00d5cde04eb56b53179385c3ada075b1c207c3a3.tar.gz
forums-00d5cde04eb56b53179385c3ada075b1c207c3a3.tar.bz2
forums-00d5cde04eb56b53179385c3ada075b1c207c3a3.tar.xz
forums-00d5cde04eb56b53179385c3ada075b1c207c3a3.zip
[ticket/10325] fix acp language
PHPBB3-10325
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 1bc8d1cf46..ce15dfefb4 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -454,7 +454,7 @@ $lang = array_merge($lang, array(
'ALL' => 'All',
'ALLOW_AUTOLOGIN' => 'Allow "Remember Me" logins',
'ALLOW_AUTOLOGIN_EXPLAIN' => 'Determines whether users are given "Remember Me" option when they visit the board.',
- 'ALLOW_PASSWORD_RESET' => 'Allow "Forgot Password"',
+ 'ALLOW_PASSWORD_RESET' => 'Allow password reset ("Forgot Password")',
'ALLOW_PASSWORD_RESET_EXPLAIN' => 'Determines whether or not users are able to use the "I forgot my password" link on the login page to recover their account. If you use an external authentication mechanism you may wish to disable this feature.',
'AUTOLOGIN_LENGTH' => '"Remember Me" login key expiration length (in days)',
'AUTOLOGIN_LENGTH_EXPLAIN' => 'Number of days after which "Remember Me" login keys are removed or zero to disable.',