diff --git a/controller/action_controller.php b/controller/action_controller.php index 4173b40..2f0f97a 100644 --- a/controller/action_controller.php +++ b/controller/action_controller.php @@ -413,7 +413,7 @@ public function clear_user($uid) } else { - confirm_box(false, $this->user->lang('RS_CLEAR_POST_CONFIRM'), $s_hidden_fields); + confirm_box(false, $this->user->lang('RS_CLEAR_USER_CONFIRM'), $s_hidden_fields); } } } diff --git a/event/viewtopic_listener.php b/event/viewtopic_listener.php index 55a0a39..f03194c 100644 --- a/event/viewtopic_listener.php +++ b/event/viewtopic_listener.php @@ -208,6 +208,7 @@ public function post_row_reputation($event) 'RS_RATE_POST_NEGATIVE' => $row['user_voted'] ? $this->user->lang('RS_POST_RATED') : $this->user->lang('RS_RATE_POST_NEGATIVE'), 'RS_RATE_POST_POSITIVE' => $row['user_voted'] ? $this->user->lang('RS_POST_RATED') : $this->user->lang('RS_RATE_POST_POSITIVE'), + 'RS_POST_REPUTATION' => $row['user_voted'] ? $this->user->lang('RS_POST_RATED') : $this->user->lang('RS_POST_REPUTATION'), 'U_RATE_POST_POSITIVE' => $this->helper->route('reputation_post_rating_controller', array('mode' => 'positive', 'post_id' => $post_id)), 'U_RATE_POST_NEGATIVE' => $this->helper->route('reputation_post_rating_controller', array('mode' => 'negative', 'post_id' => $post_id)), diff --git a/styles/prosilver/template/details.html b/styles/prosilver/template/details.html index 4a19ef9..2c34198 100644 --- a/styles/prosilver/template/details.html +++ b/styles/prosilver/template/details.html @@ -49,7 +49,7 @@

{L_RS_POWER_DETAILS}

{L_RS_POWER_DETAIL_AGE}:
{FOR_USER_AGE}
{L_RS_POWER_DETAIL_POSTS}:
{FOR_NUMBER_OF_POSTS}
-
{L_RS_POWER_DETAIL_REPUTAION}:
{FOR_REPUTATION}
+
{L_RS_POWER_DETAIL_REPUTATION}:
{FOR_REPUTATION}
{L_RS_POWER_DETAIL_WARNINGS}:
{FOR_WARNINGS}
{L_RS_POWER_DETAIL_BANS}:
{FOR_BANS}
{L_RS_POWER_DETAIL_MIN}:
{MINIMUM_VOTING_POWER}
@@ -187,4 +187,4 @@

{L_RS_STATS}


- \ No newline at end of file + diff --git a/styles/prosilver/template/event/viewtopic_body_post_buttons_before.html b/styles/prosilver/template/event/viewtopic_body_post_buttons_before.html index c970073..75958ab 100644 --- a/styles/prosilver/template/event/viewtopic_body_post_buttons_before.html +++ b/styles/prosilver/template/event/viewtopic_body_post_buttons_before.html @@ -11,9 +11,9 @@
  • - {postrow.POST_REPUTATION} + {postrow.POST_REPUTATION} -
    {postrow.POST_REPUTATION}
    +
    {postrow.POST_REPUTATION}
  • - \ No newline at end of file +