aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorRahul R <rahulr92@gmail.com>2012-04-11 06:23:56 +0530
committerRahul R <rahulr92@gmail.com>2012-04-11 06:23:56 +0530
commitbab32bd56afefb97634f7c9ac336c7ac2fe3f7c1 (patch)
tree5888db5618e84e27030b3a74d2f4fca917f1d8d6 /phpBB
parent1e4710b1949155543a729d36b5da89c9c965f6c0 (diff)
downloadforums-bab32bd56afefb97634f7c9ac336c7ac2fe3f7c1.tar
forums-bab32bd56afefb97634f7c9ac336c7ac2fe3f7c1.tar.gz
forums-bab32bd56afefb97634f7c9ac336c7ac2fe3f7c1.tar.bz2
forums-bab32bd56afefb97634f7c9ac336c7ac2fe3f7c1.tar.xz
forums-bab32bd56afefb97634f7c9ac336c7ac2fe3f7c1.zip
[ticket/10650] Changed apostrophe to utf8 single quote
The apostrophe in language entry DISPLAY_LAST_SUBJECT_EXPLAIN was changed to utf8 single quote character. PHPBB3-10650
Diffstat (limited to 'phpBB')
-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 a448c0ee7d..19c380e0a6 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 doesn\'t 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',