diff --git a/app/views/post/show_partials/_related_posts_panel.php b/app/views/post/show_partials/_related_posts_panel.php
index 796864c..853c25f 100755
--- a/app/views/post/show_partials/_related_posts_panel.php
+++ b/app/views/post/show_partials/_related_posts_panel.php
@@ -1,9 +1,8 @@
- - = $this->linkToIf($this->post->previous_id(), $this->t('.previous'), array('post#show', 'id' => $this->post->previous_id())) ?> = $this->linkToIf($this->post->next_id(), $this->t('.next'), array('post#show', 'id' => $this->post->next_id())) ?>
+ - = $this->linkToIf($this->post->previous_id(), $this->t('.previous'), array('post#show', 'id' => $this->post->previous_id())) ?> = $this->linkToIf($this->post->next_id(), $this->t('.next'), array('post#show', 'id' => $this->post->next_id())) ?> = $this->linkTo($this->t('.random'), 'post#random') ?>
post->parent_id) : ?>
- = $this->linkTo($this->t('.parent'), array('post#show', 'id' => $this->post->parent_id)) ?>
- - = $this->linkTo($this->t('.random'), 'post#random') ?>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index fd72a67..4dd7bca 100755
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -869,10 +869,10 @@ en:
find:
duplicate: Find dupes
similar: Find similar
- next: »
+ next: 'Next »'
parent: Parent
- previous: «
- random: Rand
+ previous: 'Prev «'
+ random: Random
title: Related Posts
statistics_panel:
approver: Approver