aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorRahul R <rahulr92@gmail.com>2012-04-09 03:22:35 +0530
committerRahul R <rahulr92@gmail.com>2012-04-09 03:22:35 +0530
commit6661c92dd3ce4dc9b414bb39706298725057b7c0 (patch)
tree115e18485239b2d0ac1e31c86d1adb125fc948ea /phpBB/language
parentdb275d0a907f60fc437710b099b21061ef3b0daf (diff)
downloadforums-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.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 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',