Fix various typos

This commit is contained in:
luz paz
2022-06-01 18:00:55 -04:00
committed by Chris Hennes
parent adf2881aa6
commit a526451afd
5 changed files with 6 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ SectionCut::SectionCut(QWidget* parent)
ObjectsListVisible.push_back(*it);
}
// lambda function to set color and transpareny
// lambda function to set color and transparency
auto setColorTransparency = [&](Part::Box* pcBox) {
App::Color cutColor;
long cutTransparency;
@@ -531,7 +531,7 @@ void SectionCut::startCutting(bool isInitial)
// hide the objects since only the cut should later be visible
(*itCuts)->Visibility.setValue(false);
// check if all objects have same color and transparency
// check if all objects have same color and transparency
if (ui->AutoCutfaceColor->isChecked()) {
auto vpObject = dynamic_cast<Gui::ViewProviderGeometryObject*>(
Gui::Application::Instance->getViewProvider(*itCuts));

View File

@@ -299,7 +299,7 @@
</size>
</property>
<property name="toolTip">
<string>If checked, the color and transpareny
<string>If checked, the color and transparency
will be taken from the cut objects.
Works only if all objects have the same values.</string>
</property>