Merge branch 'master' of github.com:TracksApp/tracks

This commit is contained in:
Reinier Balt 2012-06-28 16:52:36 +02:00
commit 9421ae76bb
11 changed files with 23 additions and 24 deletions

View file

@ -411,7 +411,7 @@ class RecurringTodo < ActiveRecord::Base
return I18n.t("todos.recurrence.pattern.on_work_days")
else
if every_other1 > 1
return I18n.t("todos.recurrence.pattern.every_n", :n => every_other1) + " " + I18n.t("common.days")
return I18n.t("todos.recurrence.pattern.every_n", :n => every_other1) + " " + I18n.t("common.days_midsentence.other")
else
return I18n.t("todos.recurrence.pattern.every_day")
end