lib/taskjuggler/TimeSheets.rb in taskjuggler-0.2.2 vs lib/taskjuggler/TimeSheets.rb in taskjuggler-3.0.0

- old
+ new

@@ -93,10 +93,11 @@ end end if @work >= @timeSheet.daysToSlots(1) && @status.nil? error('ts_no_status_work', - "You must specify a status for task #{taskId}.") + "You must specify a status for task #{taskId}. It was worked " + + "on for a day or more.") end if @status if @status.headline.empty? error('ts_no_headline',