applied patch #1193: Fix for "Overall" by Martin Proud

fixes bug #13963: "Over All" should be one word
This commit is contained in:
Gunter Labes 2009-07-17 10:22:36 +00:00
parent ca677f34ba
commit b8eb07d2e5

View file

@ -173,7 +173,7 @@ statistics_dialog::statistics_dialog(game_display &disp,
{
std::stringstream str;
str << font::BOLD_TEXT << _("Damage")
<< COLUMN_SEPARATOR << _("Over All") << COLUMN_SEPARATOR
<< COLUMN_SEPARATOR << _("Overall") << COLUMN_SEPARATOR
<< COLUMN_SEPARATOR
<< COLUMN_SEPARATOR << _("This Turn");
items.push_back(str.str());