Fixed schedules not being translatable.

This commit is contained in:
Cédric Duval 2004-11-04 00:08:08 +00:00
parent 2387af2d53
commit 3737d97205

View file

@ -250,7 +250,7 @@ Units cannot be killed by poison alone. The poison will not reduce it below 1 HP
const time_of_day& tod = timeofday_at(status,units,mouseover);
std::stringstream tooltip;
tooltip << tod.name << "\n"
tooltip << gettext(tod.name.c_str()) << "\n"
<< _("Lawful units") << ": "
<< (tod.lawful_bonus > 0 ? "+" : "") << tod.lawful_bonus << "%\n"
<< _("Neutral units") << ": " << "0%\n"