Merge pull request #1609 from ticho/master

Fix for issue #1600: Missing string for translation ("Recent notifications")
This commit is contained in:
Jonne Hass 2011-07-17 08:16:41 -07:00
commit 7ad80bb358
2 changed files with 2 additions and 1 deletions

View file

@ -47,7 +47,7 @@
.header
= link_to t('.view_all'), notifications_path, :id => "view_all_notifications"
%h4
Recent notifications
= t('.recent_notifications')
.notifications
.ajax_loader
= image_tag("ajax-loader.gif")

View file

@ -299,6 +299,7 @@ en:
code: "code"
admin: "admin"
view_all: "View all"
recent_notifications: "Recent notifications"
application:
powered_by: "POWERED BY DIASPORA*"
whats_new: "what's new?"