applied patch #1193: Fix for "Overall" by Martin Proud
fixes bug #13963: "Over All" should be one word
This commit is contained in:
parent
ca677f34ba
commit
b8eb07d2e5
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue