Made an error message a little nicer.

This commit is contained in:
fendrin 2014-01-09 07:14:34 +01:00
parent c25849b7ea
commit 601b842709

View file

@ -125,7 +125,7 @@ void editor_controller::init_tods(const config& game_config)
(schedule_id, std::pair<std::string, std::vector<time_of_day> >(schedule_name, std::vector<time_of_day>())) );
times = new_times.first;
} else {
ERR_ED << "Duplicate TOD Schedule ids.\n";
ERR_ED << "Duplicate TOD Schedule identifiers.\n";
continue;
}