Fix for issue #1600: Missing string for translation ("Recent notifications")

This commit is contained in:
Andrej Kacian 2011-07-17 17:04:51 +02:00
parent 22fdf7f895
commit 713f4dcc9d
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?"