if (is_int)
SUIT_MessageBox::information(module()->getApp()->desktop(),
tr( "COMPLETE_CASE" ),
- tr( "There is an intersection(s) between new objects. result will be depend on order" ));
+ tr( "COMPLETE_CASE_INTERSECTION_DETECTED" ));
myEditedObject->ClearChanged();
for (int k=1;k<=theNewRegions.Size();k++)
<source>EDIT_CALCULATION</source>\r
<translation>Edit calculation case</translation>\r
</message>\r
+ <message>\r
+ <source>COMPLETE_CASE</source>\r
+ <translation>Complete calculation case</translation>\r
+ </message>\r
+ <message>\r
+ <source>COMPLETE_CASE_INTERSECTION_DETECTED</source>\r
+ <translation>There is an intersection(s) between new objects. Result will depend on order of new objects</translation>\r
+ </message>\r
<message>\r
<source>COMPLETE_CALCULATION</source>
<translation>Fast update of calculation case</translation>