fixed a few small typos
This commit is contained in:
committed by
wmayer
parent
a96d5ba382
commit
2b28d41134
@@ -67,7 +67,7 @@ void DlgPropertyLink::accept()
|
||||
{
|
||||
QList<QListWidgetItem*> items = ui->listWidget->selectedItems();
|
||||
if (items.isEmpty()) {
|
||||
QMessageBox::warning(this, tr("No selection"), tr("Please select an object of the list"));
|
||||
QMessageBox::warning(this, tr("No selection"), tr("Please select an object from the list"));
|
||||
}
|
||||
else {
|
||||
QDialog::accept();
|
||||
|
||||
Reference in New Issue
Block a user