misc/plugin/en/todo.rb in tdiary-4.0.5.1 vs misc/plugin/en/todo.rb in tdiary-4.1.0

- old
+ new

@@ -1,10 +1,10 @@ # en/todo.rb # # English resources for todo.rb # # Copyright (c) 2001,2002,2003 Junichiro KITA <kita@kitaj.no-ip.com> -# Distributed under the GPL +# Distributed under the GPL2 or any later version. # def todo_msg_today; "today"; end def todo_msg_in_time(days); "#{days} day(s) left to go"; end def todo_msg_late(days); "#{days} day(s) delay"; end