Minor change to wording :p

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3110 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2010-05-28 22:43:12 +00:00
parent 2e6bda7c50
commit 1cf685c8c6
1 changed files with 3 additions and 3 deletions

View File

@ -152,12 +152,12 @@ int InitPatches(const wxString& name)
}
if (patchFound) {
Console.WriteLn(Color_Green, "Patch found!");
Console.WriteLn(Color_Green, "Patch found in the Database!");
TrimPatches(patch);
Console.WriteLn(Color_Green, "Patches Loaded: %d", patchnumber);
}
else Console.WriteLn(Color_Gray, "No patch found. Resuming execution without a patch (this is NOT an error).");
else Console.WriteLn(Color_Gray, "No patch for this game in the Database.");
Console.WriteLn("Patches Loaded: %d", patchnumber);
return patchnumber;
}