This commit is contained in:
Filip Szymański 2017-05-20 21:50:43 +02:00 committed by GitHub
parent 2e84c55334
commit 84e38613e3

View File

@ -123,7 +123,7 @@ void CasterOSCServerConfigPicker::button_ToggleServer_Clicked(){
button_ToggleServer->setText("Stop");
this->close();
} else {
QString *temp = new QString("IP and Port numbers can not be emtpy!");
QString *temp = new QString("IP and Port numbers can not be empty!");
QMessageBox msgBox;
msgBox.setText(temp->toUtf8() + "\n");
msgBox.setStandardButtons(QMessageBox::Close);