Fix UI strings reported on Crowdin (#23297)
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
@@ -234,9 +234,9 @@ void TaskHelixParameters::addPartAxes()
|
||||
if (PartDesign::Body* body = PartDesign::Body::findBodyOf(profile)) {
|
||||
try {
|
||||
App::Origin* orig = body->getOrigin();
|
||||
addAxisToCombo(orig->getX(), "", tr("Base x-axis"));
|
||||
addAxisToCombo(orig->getY(), "", tr("Base y-axis"));
|
||||
addAxisToCombo(orig->getZ(), "", tr("Base z-axis"));
|
||||
addAxisToCombo(orig->getX(), "", tr("Base X-axis"));
|
||||
addAxisToCombo(orig->getY(), "", tr("Base Y-axis"));
|
||||
addAxisToCombo(orig->getZ(), "", tr("Base Z-axis"));
|
||||
}
|
||||
catch (const Base::Exception& ex) {
|
||||
ex.reportException();
|
||||
|
||||
Reference in New Issue
Block a user