From a5a6378eb0c4cdc632208c6fb78cb165b3453140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 1 Apr 2012 13:03:44 +0200 Subject: [PATCH] translate 'mark unread' in notifications badge --- app/views/notifications/_notify_popup_item.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/_notify_popup_item.haml b/app/views/notifications/_notify_popup_item.haml index 7478eef96..92a75d7bc 100644 --- a/app/views/notifications/_notify_popup_item.haml +++ b/app/views/notifications/_notify_popup_item.haml @@ -4,4 +4,4 @@ %br/ %abbr.timeago{:title=>n.created_at.iso8601} %a{:class => 'unread-setter'} - mark unread + = t('notifications.index.mark_unread')