Points: Update UI strings for consistency

This commit is contained in:
Max Wilfinger
2025-06-29 13:24:54 +02:00
committed by Chris Hennes
parent 8ca7007683
commit 668d4c5d45
6 changed files with 42 additions and 42 deletions

View File

@@ -89,7 +89,7 @@ void PointsAlgos::LoadAscii(PointKernel& points, const char* FileName)
// resize the PointKernel
points.resize(LineCnt);
Base::SequencerLauncher seq("Loading points...", LineCnt);
Base::SequencerLauncher seq("Loading points", LineCnt);
// again to the beginning
Base::ifstream file(fi, std::ios::in);