diff options
author | Rahul R <rahulr92@gmail.com> | 2012-04-09 03:22:35 +0530 |
---|---|---|
committer | Rahul R <rahulr92@gmail.com> | 2012-04-09 03:22:35 +0530 |
commit | 6661c92dd3ce4dc9b414bb39706298725057b7c0 (patch) | |
tree | 115e18485239b2d0ac1e31c86d1adb125fc948ea /phpBB/language | |
parent | db275d0a907f60fc437710b099b21061ef3b0daf (diff) | |
download | forums-6661c92dd3ce4dc9b414bb39706298725057b7c0.tar forums-6661c92dd3ce4dc9b414bb39706298725057b7c0.tar.gz forums-6661c92dd3ce4dc9b414bb39706298725057b7c0.tar.bz2 forums-6661c92dd3ce4dc9b414bb39706298725057b7c0.tar.xz forums-6661c92dd3ce4dc9b414bb39706298725057b7c0.zip |
[ticket/10650] Added apostrophe in explanation in language file
A missing apostrophe was added to the language file entry
of DISPLAY_LAST_SUBJECT_EXPLAIN
PHPBB3-10650
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 7329f8dcaf..a448c0ee7d 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -45,7 +45,7 @@ $lang = array_merge($lang, array( 'DISABLE_BOARD' => 'Disable board', 'DISABLE_BOARD_EXPLAIN' => 'This will make the board unavailable to users. You can also enter a short (255 character) message to display if you wish.', 'DISPLAY_LAST_SUBJECT' => 'Display subject of last added post on forum list', - 'DISPLAY_LAST_SUBJECT_EXPLAIN' => 'The subject of the last added post will be displayed in the forum list with a hyperlink to the post. Subjects from password protected forums and forums in which user doesnt have read access are not shown.', + 'DISPLAY_LAST_SUBJECT_EXPLAIN' => 'The subject of the last added post will be displayed in the forum list with a hyperlink to the post. Subjects from password protected forums and forums in which user doesn\'t have read access are not shown.', 'OVERRIDE_STYLE' => 'Override user style', 'OVERRIDE_STYLE_EXPLAIN' => 'Replaces user’s style with the default.', 'SITE_DESC' => 'Site description', |