Gui: Minor translation fixes
This commit is contained in:
@@ -149,7 +149,7 @@ App::DocumentObjectExecReturn *Boolean::execute()
|
||||
|
||||
int solidCount = countSolids(result);
|
||||
if (solidCount > 1) {
|
||||
return new App::DocumentObjectExecReturn(QT_TRANSLATE_NOOP("Exception", "Boolean: 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."));
|
||||
}
|
||||
|
||||
this->Shape.setValue(getSolid(result));
|
||||
|
||||
Reference in New Issue
Block a user