committed by
Kacper Donat
parent
66aaf6a2ee
commit
6692dacc0a
@@ -42,7 +42,7 @@ DlgCustomizeSpNavSettings::DlgCustomizeSpNavSettings(QWidget* parent)
|
||||
}
|
||||
if (!app->isSpaceballPresent()) {
|
||||
this->setWindowTitle(tr("Spaceball Motion"));
|
||||
this->setMessage(tr("No Spaceball Present"));
|
||||
this->setMessage(tr("No Spaceball present"));
|
||||
return;
|
||||
}
|
||||
this->init = true;
|
||||
@@ -131,7 +131,7 @@ void DlgCustomizeSpNavSettings::changeEvent(QEvent* e)
|
||||
this->setWindowTitle(tr("Spaceball Motion"));
|
||||
QLabel* messageLabel = this->findChild<QLabel*>();
|
||||
if (messageLabel) {
|
||||
messageLabel->setText(tr("No Spaceball Present"));
|
||||
messageLabel->setText(tr("No Spaceball present"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user