Fix someone's freudian typo

This commit is contained in:
beirich 2011-08-10 00:14:21 +00:00
parent 852c37d63b
commit 4b65d9e9cf
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ namespace BizHawk.MultiClient
{
Label TempLabel;
InputWidget TempTextBox;
this.Text = ControllerStr + "PCEjin / SGX";
this.Text = ControllerStr + "PCE Engine / SuperGrafx";
ControllerImage.Image = BizHawk.MultiClient.Properties.Resources.PCEngineController;
int jpad = this.ControllComboBox.SelectedIndex;
string[] ButtonMappings = new string[PCEControlList.Length];