mirror of
https://github.com/JupiterBroadcasting/CasterSoundboard.git
synced 2025-10-29 11:36:26 +00:00
Fix typo
This commit is contained in:
parent
2e84c55334
commit
84e38613e3
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user