aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/language/en/mcp.php3
-rw-r--r--phpBB/language/en/viewtopic.php5
2 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index 14f28a90d1..ad14572737 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -230,7 +230,6 @@ $lang = array_merge($lang, array(
'POST_NOT_EXIST' => 'The post you requested does not exist',
'POST_REPORTED_SUCCESS' => 'This post has been successfully reported',
'POST_UNLOCKED_SUCCESS' => 'Post unlocked successfully',
- 'POST_UNRATED_SUCCESS' => 'Post unrated successfully',
'READ_USERNOTES' => 'User notes',
'READ_WARNINGS' => 'User warnings',
@@ -314,8 +313,6 @@ $lang = array_merge($lang, array(
'UNLOCK_TOPIC_CONFIRM' => 'Are you sure you want to unlock this topic?',
'UNLOCK_TOPICS' => 'Unlock selected topics',
'UNLOCK_TOPICS_CONFIRM' => 'Are you sure you want to unlock all selected topics?',
- 'UNRATE_POST' => 'Unrate post',
- 'UNRATE_POST_EXPLAIN' => 'Reset post rating',
'USER_CANNOT_POST' => 'You cannot post in this forum',
'USER_CANNOT_REPORT' => 'You cannot report posts in this forum',
'USER_FEEDBACK_ADDED' => 'User feedback added successfully',
diff --git a/phpBB/language/en/viewtopic.php b/phpBB/language/en/viewtopic.php
index fba8c0aae8..782b3a7292 100644
--- a/phpBB/language/en/viewtopic.php
+++ b/phpBB/language/en/viewtopic.php
@@ -79,11 +79,6 @@ $lang = array_merge($lang, array(
'QUICK_MOD' => 'Quick-mod tools',
'QUOTE' => 'Quote',
- 'RATE' => 'Rate',
- 'RATE_BAD' => 'Bad',
- 'RATE_GOOD' => 'Good',
- 'RATING_ADDED' => 'Your rating for this poster has been saved.',
- 'RATING_UPDATED' => 'Your existing rating for this poster has been updated',
'REPLY_TO_TOPIC' => 'Reply to topic',
'RETURN_POST' => '%sReturn to the post%s',