tweak error message

This commit is contained in:
Chris Danford
2005-06-16 01:21:31 +00:00
parent c8ce010007
commit 47e5a2059d
+1 -1
View File
@@ -922,7 +922,7 @@ void GameCommand::ApplySelf( const vector<PlayerNumber> &vpns ) const
SCREENMAN->SystemMessage( ssprintf("Machine stats loaded from P%d card.",pn+1) );
break;
case Profile::failed_no_profile:
SCREENMAN->SystemMessage( ssprintf("There is no profile on P%d card.",pn+1) );
SCREENMAN->SystemMessage( ssprintf("There is no machine profile on P%d card.",pn+1) );
*PROFILEMAN->GetMachineProfile() = backup;
break;
case Profile::failed_tampered: