Skip to content

Commit

Permalink
Typo in WinXP version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbirkin committed Jan 30, 2018
1 parent 49cc778 commit b2d0904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int main(int argc, char *argv[])
|| (systemInfo.kernelVersion().startsWith(QString("5.2")))) // Windows XP 64bit
{
msgBox.setIcon(QMessageBox::Information);
msgBox.setText(QObject::tr("This binary is intended for Windows XP only\r\nThere are major issues mixed IPv4 and IPv6 enviroments\r\n\r\nPlease ensure IPv6 is disabled"));
msgBox.setText(QObject::tr("This binary is intended for Windows XP only\r\nThere are major issues in mixed IPv4 and IPv6 enviroments\r\n\r\nPlease ensure IPv6 is disabled"));
msgBox.exec();
} else {
msgBox.setIcon(QMessageBox::Critical);
Expand Down

0 comments on commit b2d0904

Please sign in to comment.