Forgot one. From reopened #662. Thanks pmwilson

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@738 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2008-03-13 08:00:04 +00:00
parent b9de049846
commit 130f06f642

View file

@ -8,7 +8,7 @@ Of those <%= @contexts.count(:conditions => ["hide = ?", false])%> are visible c
<%= @contexts.count(:conditions => ["hide = ?", true]) %> are hidden contexts
<% unless @actions.empty? -%>
<p>You have <%= @actions.count(:conditions => "completed_at IS NULL") %> incompleted actions of which
<p>You have <%= @actions.count(:conditions => "completed_at IS NULL") %> incomplete actions of which
<%= @actions.count(:conditions => "completed_at IS NULL AND NOT show_from IS NULL") %> are
deferred actions. </p>