fixed typos in Part module

This commit is contained in:
Johannes Reinhardt
2014-05-16 15:23:16 +02:00
committed by wmayer
parent 6a363d9038
commit 0107e1d4e9

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