thank you Matt

This commit is contained in:
rusefillc 2022-02-16 00:06:05 -05:00
parent abb2b113d2
commit 07b3242ded
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public class PortDetector {
public static SerialAutoChecker.AutoDetectResult autoDetectPort(JFrame parent) {
SerialAutoChecker.AutoDetectResult autoDetectedPort = autoDetectSerial(null);
if (autoDetectedPort.getSerialPort() == null) {
JOptionPane.showMessageDialog(parent, "Failed to locate rusEFU");
JOptionPane.showMessageDialog(parent, "Failed to locate rusEFI");
return null;
}
return autoDetectedPort;