get project features to pass

This commit is contained in:
Reinier Balt 2012-05-12 14:48:56 +02:00
parent d432d91cc8
commit 901a5ff0d2
6 changed files with 12 additions and 12 deletions

View file

@ -84,7 +84,7 @@ class ApplicationController < ActionController::Base
return "#{deferred_count.to_s}&nbsp;#{word}".html_safe
else
word = I18n.t('common.actions_midsentence', :count => count)
return "#{count.to_s}&nbsp;#{word}".html_safe
return "#{count}&nbsp;#{word}".html_safe
end
end