Fix: My horrible spelling.

This commit is contained in:
Charles Lohr
2005-02-03 00:54:06 +00:00
parent 1781faa6b9
commit ab6fd1d237
+1 -1
View File
@@ -94,7 +94,7 @@ OptionRowData g_ProfileLine[1] = {
m_iPlayer=0;
while(!GAMESTATE->IsPlayerEnabled((PlayerNumber) m_iPlayer))
++m_iPlayer;
SCREENMAN->Password(SM_PasswordDone, "You are logging on as:\n" + GAMESTATE->GetPlayerDisplayName((PlayerNumber) m_iPlayer) + "\n\nPlease enter you password.", NULL );
SCREENMAN->Password(SM_PasswordDone, "You are logging on as:\n" + GAMESTATE->GetPlayerDisplayName((PlayerNumber) m_iPlayer) + "\n\nPlease enter your password.", NULL );
}
}