diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2010-08-29 16:50:57 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2010-08-29 16:50:57 +0200 |
| commit | f9764c684ffb147a07cff472c82789b142845481 (patch) | |
| tree | d7d4d60e0a7875cf41ebf63cfff87741333fed49 /phpBB/language/en/acp/board.php | |
| parent | b83163634f98de0e76e5332c1e4511dbc1483e56 (diff) | |
| download | forums-f9764c684ffb147a07cff472c82789b142845481.tar forums-f9764c684ffb147a07cff472c82789b142845481.tar.gz forums-f9764c684ffb147a07cff472c82789b142845481.tar.bz2 forums-f9764c684ffb147a07cff472c82789b142845481.tar.xz forums-f9764c684ffb147a07cff472c82789b142845481.zip | |
[ticket/9613] Slightly update language strings.
PHPBB3-9613
Diffstat (limited to 'phpBB/language/en/acp/board.php')
| -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 9fb02f629f..77deba6e19 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -375,7 +375,7 @@ $lang = array_merge($lang, array( 'YES_POST_MARKING_EXPLAIN' => 'Indicates whether user has posted to a topic.', 'YES_READ_MARKING' => 'Enable server-side topic marking', 'YES_READ_MARKING_EXPLAIN' => 'Stores read/unread status information in the database rather than a cookie.', - 'YES_UNREADS' => 'Enable search of unread posts', + 'YES_UNREAD_SEARCH' => 'Enable search for unread posts', )); // Auth settings |
