add some missing translations for #1276

This commit is contained in:
Reinier Balt 2012-04-10 20:28:58 +02:00
parent 98bb405f69
commit 784b7434f6
8 changed files with 1104 additions and 1090 deletions

View file

@ -231,7 +231,7 @@ module ApplicationHelper
else
return list.inject("") do |html, item|
link = (item.class == "Project") ? link_to_project( item ) : link_to_context(item)
html << content_tag(:li, link + " (" + count_undone_todos_phrase(item,"actions")+")")
html << content_tag(:li, link + " (" + count_undone_todos_phrase(item, I18n.t("common.actions_midsentence"))+")")
end
end
end