diff --git a/OSRTT Launcher/OSRTT Launcher/Main.cs b/OSRTT Launcher/OSRTT Launcher/Main.cs index d94a649..650be12 100644 --- a/OSRTT Launcher/OSRTT Launcher/Main.cs +++ b/OSRTT Launcher/OSRTT Launcher/Main.cs @@ -1504,7 +1504,7 @@ public void Read() this.firmVerLbl.Invoke((MethodInvoker)(() => this.firmVerLbl.Text = "V" + boardVersion)); if ((boardVersion < 3.2 && boardType == 0) || (boardVersion < 1.7 && boardType == 1)) { - MessageBox.Show("Incompatible Firmware Version","Warning - the FPS limmit feature won't work with your current firmware version.",MessageBoxButtons.OK, MessageBoxIcon.Hand); + MessageBox.Show("Warning - the FPS limit feature won't work with your current firmware version.", "Incompatible Firmware Version", MessageBoxButtons.OK, MessageBoxIcon.Hand); } } else if (message.Contains("Runs:"))