Points: Update UI strings for consistency
This commit is contained in:
committed by
Chris Hennes
parent
8ca7007683
commit
668d4c5d45
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user