fixed next month label for calendar view

This commit is contained in:
Stacy Vlasits 2013-07-18 16:37:23 -05:00
parent 6d963f81c0
commit 9896705bf2
3 changed files with 8 additions and 8 deletions

View file

@ -139,7 +139,7 @@ module TodosHelper
:collapsible => false,
:show_empty_containers => true,
:container_name => "#{period}",
:title =>t("todos.calendar.#{period}", :month => l(Time.zone.now, :format => "%B"))
:title =>t("todos.calendar.#{period}", :month => l(Time.zone.now, :format => "%B"), :next_month => l(1.month.from_now, :format => "%B"))
}
}
end