diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 720bb8e653..9b3aaac335 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -452,22 +452,22 @@ $lang = array_merge($lang, array(
'RETURN_PAGE' => '%sReturn to the previous page%s',
'RETURN_TOPIC' => '%sReturn to the topic last visited%s',
'RETURN_TO' => 'Return to',
- 'RULES_ATTACH_CAN' => 'You can post attachments in this forum.',
- 'RULES_ATTACH_CANNOT' => 'You cannot post attachments in this forum.',
- 'RULES_DELETE_CAN' => 'You can delete your posts in this forum.',
- 'RULES_DELETE_CANNOT' => 'You cannot delete your posts in this forum.',
- 'RULES_DOWNLOAD_CAN' => 'You can download attachments in this forum.',
- 'RULES_DOWNLOAD_CANNOT' => 'You cannot download attachments in this forum.',
- 'RULES_EDIT_CAN' => 'You can edit your posts in this forum.',
- 'RULES_EDIT_CANNOT' => 'You cannot edit your posts in this forum.',
- 'RULES_LOCK_CAN' => 'You can lock your topics in this forum.',
- 'RULES_LOCK_CANNOT' => 'You cannot lock your topics in this forum.',
- 'RULES_POST_CAN' => 'You can post new topics in this forum.',
- 'RULES_POST_CANNOT' => 'You cannot post new topics in this forum.',
- 'RULES_REPLY_CAN' => 'You can reply to topics in this forum.',
- 'RULES_REPLY_CANNOT' => 'You cannot reply to topics in this forum.',
- 'RULES_VOTE_CAN' => 'You can vote in polls in this forum.',
- 'RULES_VOTE_CANNOT' => 'You cannot vote in polls in this forum.',
+ 'RULES_ATTACH_CAN' => 'You can post attachments in this forum',
+ 'RULES_ATTACH_CANNOT' => 'You cannot post attachments in this forum',
+ 'RULES_DELETE_CAN' => 'You can delete your posts in this forum',
+ 'RULES_DELETE_CANNOT' => 'You cannot delete your posts in this forum',
+ 'RULES_DOWNLOAD_CAN' => 'You can download attachments in this forum',
+ 'RULES_DOWNLOAD_CANNOT' => 'You cannot download attachments in this forum',
+ 'RULES_EDIT_CAN' => 'You can edit your posts in this forum',
+ 'RULES_EDIT_CANNOT' => 'You cannot edit your posts in this forum',
+ 'RULES_LOCK_CAN' => 'You can lock your topics in this forum',
+ 'RULES_LOCK_CANNOT' => 'You cannot lock your topics in this forum',
+ 'RULES_POST_CAN' => 'You can post new topics in this forum',
+ 'RULES_POST_CANNOT' => 'You cannot post new topics in this forum',
+ 'RULES_REPLY_CAN' => 'You can reply to topics in this forum',
+ 'RULES_REPLY_CANNOT' => 'You cannot reply to topics in this forum',
+ 'RULES_VOTE_CAN' => 'You can vote in polls in this forum',
+ 'RULES_VOTE_CANNOT' => 'You cannot vote in polls in this forum',
'SEARCH' => 'Search',
'SEARCH_MINI' => 'Search…',