From 713f4dcc9d3cbe5a79603aea4feace718160ed9c Mon Sep 17 00:00:00 2001 From: Andrej Kacian <andrej@kacian.sk> Date: Sun, 17 Jul 2011 17:04:51 +0200 Subject: [PATCH] Fix for issue #1600: Missing string for translation ("Recent notifications") --- app/views/layouts/_header.html.haml | 2 +- config/locales/diaspora/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/_header.html.haml b/app/views/layouts/_header.html.haml index 4cab6a35f3..069caa9d6f 100644 --- a/app/views/layouts/_header.html.haml +++ b/app/views/layouts/_header.html.haml @@ -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") diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index ac4e567232..cf1a843d48 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -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?" -- GitLab