Add translation to "Mark unread"

This commit is contained in:
movilla 2012-03-21 15:35:44 +01:00
parent f7a1b09639
commit bb2d474771

View file

@ -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