File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/vitco/app/layout/content/menu Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -599,7 +599,7 @@ protected Object doInBackground() throws Exception {
599
599
LabelModule box_as_matrix_info = new LabelModule (
600
600
"Warning: This option will result in loss of information for voxels outside the bounding box. " +
601
601
"Use this setting to gain control over the matrix size. " +
602
- "Check for StoneHearth and set bounding box to 31 41 31 ."
602
+ "Un-check for StoneHearth."
603
603
);
604
604
qbExporter .addComponent (box_as_matrix_info );
605
605
@@ -608,7 +608,7 @@ protected Object doInBackground() throws Exception {
608
608
609
609
LabelModule origin_as_zero_info = new LabelModule (
610
610
"Info: Un-checking will move exported voxel into positive space. This means voxels are " +
611
- "shifted when re-importing the exported file. Un-check for StoneHearth."
611
+ "shifted when re-importing the exported file. Check for StoneHearth."
612
612
);
613
613
qbExporter .addComponent (origin_as_zero_info );
614
614
You can’t perform that action at this time.
0 commit comments