fixed a few small typos
This commit is contained in:
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();
|
||||
|
|
|
@ -131,7 +131,7 @@ void CmdRaytracingWriteCamera::activated(int iMsg)
|
|||
float Dist = Cam->focalDistance.getValue();
|
||||
|
||||
QStringList filter;
|
||||
filter << QObject::tr("Povray(*.pov)");
|
||||
filter << QObject::tr("Povray (*.pov)");
|
||||
filter << QObject::tr("All Files (*.*)");
|
||||
QString fn = Gui::FileDialog::getSaveFileName(Gui::getMainWindow(), QObject::tr("Export page"), QString(), filter.join(QLatin1String(";;")));
|
||||
if (fn.isEmpty())
|
||||
|
|
|
@ -262,7 +262,7 @@
|
|||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Constrain color</string>
|
||||
<string>Constraint color</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue
Block a user