diff --git a/guilib/src/MainWindow.cpp b/guilib/src/MainWindow.cpp index 3315c210..af61cb57 100644 --- a/guilib/src/MainWindow.cpp +++ b/guilib/src/MainWindow.cpp @@ -2809,8 +2809,8 @@ void MainWindow::savePointClouds() int button = QMessageBox::question(this, tr("One or multiple files?"), tr("Merge all clouds together?" - "\n\nNote that all saving parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in " - "Preferences -> GUI -> 3D Rendering under Saving column.") + "\n\nNote that all cloud generation parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in " + "Preferences -> GUI -> 3D Rendering under Exporting column.") .arg(_preferencesDialog->getCloudDecimation(2)) .arg(_preferencesDialog->getCloudVoxelSize(2)) .arg(_preferencesDialog->getCloudMaxDepth(2)), @@ -2882,8 +2882,8 @@ void MainWindow::saveMeshes() tr("Merge all clouds together before surface reconstruction?\n" " Yes: Output a single mesh for the merged clouds.\n" " No: Output a mesh for each cloud." - "\n\nNote that all saving parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in " - "Preferences -> GUI -> 3D Rendering under Saving column.") + "\n\nNote that all cloud generation parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in " + "Preferences -> GUI -> 3D Rendering under Exporting column.") .arg(_preferencesDialog->getCloudDecimation(2)) .arg(_preferencesDialog->getCloudVoxelSize(2)) .arg(_preferencesDialog->getCloudMaxDepth(2)), @@ -2972,7 +2972,7 @@ void MainWindow::viewPointClouds() int button = QMessageBox::question(this, tr("One or multiple clouds?"), tr("Merge all clouds together?" - "\n\nNote that all saving parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in " + "\n\nNote that all cloud generation parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in " "Preferences -> GUI -> 3D Rendering under High res view column.") .arg(_preferencesDialog->getCloudDecimation(2)) .arg(_preferencesDialog->getCloudVoxelSize(2)) @@ -3076,7 +3076,7 @@ void MainWindow::viewMeshes() tr("Merge all clouds together before surface reconstruction?\n" " Yes: Output a single mesh for the merged clouds.\n" " No: Output a mesh for each cloud." - "\n\nNote that all saving parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in " + "\n\nNote that all cloud generation parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in " "Preferences -> GUI -> 3D Rendering under High res view column.") .arg(_preferencesDialog->getCloudDecimation(2)) .arg(_preferencesDialog->getCloudVoxelSize(2)) diff --git a/guilib/src/ui/mainWindow.ui b/guilib/src/ui/mainWindow.ui index d2437e67..9e89e7ce 100644 --- a/guilib/src/ui/mainWindow.ui +++ b/guilib/src/ui/mainWindow.ui @@ -27,13 +27,16 @@ 0 0 1012 - 22 + 25 File + + + @@ -60,9 +63,7 @@ - - @@ -917,7 +918,7 @@ - Save high-res point clouds (*.pcd *.ply *.vtk)... + Export point clouds (*.pcd *.ply *.vtk)... @@ -973,7 +974,7 @@ - Save meshes (*.ply *.vtk)... + Export meshes (*.ply *.vtk)... diff --git a/guilib/src/ui/preferencesDialog.ui b/guilib/src/ui/preferencesDialog.ui index 83cdd4b4..4754cc9b 100644 --- a/guilib/src/ui/preferencesDialog.ui +++ b/guilib/src/ui/preferencesDialog.ui @@ -63,7 +63,7 @@ 0 - -313 + 0 709 853 @@ -458,7 +458,7 @@ Show a yellow background when the number of odometry inliers goes under this thr - Saving/ + Exporting/ High-res view