mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
38b9198dba
commit
c843130854
|
@ -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")
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue