PartDesign: Update UI strings for consistency and correct for new fuctions and typos
Closes: #22128
This commit is contained in:
committed by
Kacper Donat
parent
b267203e67
commit
bee89d0447
@@ -264,7 +264,7 @@ void TaskExtrudeParameters::onSelectShapeFacesToggle(bool checked)
|
||||
}
|
||||
else {
|
||||
setSelectionMode(None);
|
||||
ui->buttonShapeFace->setText(tr("Select faces"));
|
||||
ui->buttonShapeFace->setText(tr("Select Faces"));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -602,7 +602,7 @@ void TaskExtrudeParameters::fillDirectionCombo()
|
||||
}
|
||||
|
||||
// add the other entries
|
||||
addAxisToCombo(nullptr, std::string(), tr("Select reference..."));
|
||||
addAxisToCombo(nullptr, std::string(), tr("Select reference…"));
|
||||
|
||||
// we start with the sketch normal as proposal for the custom direction
|
||||
if (pcSketch) {
|
||||
|
||||
Reference in New Issue
Block a user