Fix: typo in the word "spectator" (tnx Heiki) (#9496)

This commit is contained in:
Patric Stout
2021-08-18 12:00:17 +02:00
committed by GitHub
parent de28817d9f
commit 5da60cef46
9 changed files with 9 additions and 9 deletions

View File

@@ -148,7 +148,7 @@ struct StatusBarWindow : Window {
case WID_S_RIGHT: {
if (_local_company == COMPANY_SPECTATOR) {
DrawString(r.left + WD_FRAMERECT_LEFT, r.right - WD_FRAMERECT_RIGHT, text_top, STR_STATUSBAR_SPECATOR, TC_FROMSTRING, SA_HOR_CENTER);
DrawString(r.left + WD_FRAMERECT_LEFT, r.right - WD_FRAMERECT_RIGHT, text_top, STR_STATUSBAR_SPECTATOR, TC_FROMSTRING, SA_HOR_CENTER);
} else {
/* Draw company money, if any */
const Company *c = Company::GetIfValid(_local_company);