Gui: Minor translation fixes

This commit is contained in:
Chris Hennes
2023-05-11 18:31:34 -05:00
parent 544f140046
commit 397807b72d
16 changed files with 39 additions and 39 deletions

View File

@@ -134,7 +134,7 @@ App::DocumentObjectExecReturn *Fillet::execute()
int solidCount = countSolids(shape);
if (solidCount > 1) {
return new App::DocumentObjectExecReturn(QT_TRANSLATE_NOOP("Exception", "Fillet: Result has multiple solids. This is not supported at this time."));
return new App::DocumentObjectExecReturn(QT_TRANSLATE_NOOP("Exception", "Result has multiple solids: that is not currently supported."));
}
shape = refineShapeIfActive(shape);