Changeset 17724


Ignore:
Timestamp:
04/29/14 12:02:17 (11 years ago)
Author:
tbretz
Message:
The error message wasn't that clear for the case a schedule of tonight was saved, but no active tasks were there.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/schedule/index.js

    r17708 r17724  
    691691        if (schedule.length==0)
    692692        {
    693             alert("Schedule empty - nothing to be saved.");
     693            alert("No active tasks - nothing to be saved.");
    694694            return;
    695695        }
Note: See TracChangeset for help on using the changeset viewer.