fixed typos in Part module
This commit is contained in:
committed by
wmayer
parent
6a363d9038
commit
0107e1d4e9
@@ -239,7 +239,7 @@ void DlgExtrusion::apply()
|
||||
ui->statusLabel->clear();
|
||||
activeDoc->recompute();
|
||||
ui->statusLabel->setText(QString::fromAscii
|
||||
("<span style=\" color:#55aa00;\">%1</span>").arg(tr("Suceeded")));
|
||||
("<span style=\" color:#55aa00;\">%1</span>").arg(tr("Succeeded")));
|
||||
}
|
||||
catch (const std::exception& e) {
|
||||
ui->statusLabel->setText(QString::fromAscii
|
||||
|
||||
Reference in New Issue
Block a user