From bb2d474771e9d262828148b246219ebc5cbec8b1 Mon Sep 17 00:00:00 2001 From: movilla Date: Wed, 21 Mar 2012 15:35:44 +0100 Subject: [PATCH] Add translation to "Mark unread" --- app/views/notifications/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/index.html.haml b/app/views/notifications/index.html.haml index 4c3d091ac..c6f57f766 100644 --- a/app/views/notifications/index.html.haml +++ b/app/views/notifications/index.html.haml @@ -28,7 +28,7 @@ %div %time = timeago(note.created_at) - = link_to "Mark unread", "#", :class => "unread-setter" + = link_to t('.mark_unread'), "#", :class => "unread-setter" = will_paginate @notifications