From 8a66458ba267f01f3525cd635c912574861926fe Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 8 Mar 2015 00:22:47 +0100 Subject: mark read and go to next now in the right direction --- themes/baggy/view.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/baggy/view.twig b/themes/baggy/view.twig index 12024cdc..a57d1771 100755 --- a/themes/baggy/view.twig +++ b/themes/baggy/view.twig @@ -12,7 +12,7 @@ {% if navigate.next %}
  • {% trans "Next Article" %}
  • {% endif %}
  • {{ entry.url | e | getDomain }}
  • {% trans "Toggle mark as read" %}
  • - {% if navigate.next %}
  • {% trans "Toggle mark as read and go to next article" %}
  • {% endif %} + {% if navigate.previous %}
  • {% trans "Toggle mark as read and go to next article" %}
  • {% endif %}
  • {% trans "Toggle favorite" %}
  • {% trans "Delete" %}
  • {% if constant('SHARE_TWITTER') == 1 %}
  • {% endif %} -- cgit v1.2.3