fixed typos in Part module

This commit is contained in:
Johannes Reinhardt 2014-05-16 15:23:16 +02:00 committed by wmayer
parent 7b41bdfe4f
commit a1d04d82fb

View File

@ -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