Change Playstation to PlayStation in the About dialog and the CLI dialog.

Changed the word "Playstation" to the proper "PlayStation" in the About
dialog and the Command Line Options dialog.

Add a space between PlayStation and 2.
This commit is contained in:
Karasuhebi 2015-09-10 10:26:02 -04:00 committed by Gregory Hainaut
parent 38b9198dba
commit c843130854
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ void Pcsx2App::AllocateCoreStuffs()
void Pcsx2App::OnInitCmdLine( wxCmdLineParser& parser )
{
parser.SetLogo( AddAppName(" >> %s -- A Playstation2 Emulator for the PC <<") + L"\n\n" +
parser.SetLogo( AddAppName(" >> %s -- A PlayStation 2 Emulator for the PC <<") + L"\n\n" +
_("All options are for the current session only and will not be saved.\n")
);