Inspection: Update UI strings for consistency
This commit is contained in:
committed by
Chris Hennes
parent
df08c0ce8d
commit
488bc484b9
@@ -869,7 +869,7 @@ App::DocumentObjectExecReturn* Feature::execute()
|
||||
DistanceInspection insp(this->SearchRadius.getValue(), actual, inspectNominal);
|
||||
unsigned long count = actual->countPoints();
|
||||
std::stringstream str;
|
||||
str << "Inspecting " << this->Label.getValue() << "...";
|
||||
str << "Inspecting " << this->Label.getValue() << "…";
|
||||
Base::SequencerLauncher seq(str.str().c_str(), count);
|
||||
|
||||
std::vector<float> vals(count);
|
||||
@@ -958,7 +958,7 @@ App::DocumentObjectExecReturn* Feature::execute()
|
||||
else {
|
||||
// Single-threaded operation
|
||||
std::stringstream str;
|
||||
str << "Inspecting " << this->Label.getValue() << "...";
|
||||
str << "Inspecting " << this->Label.getValue() << "…";
|
||||
Base::SequencerLauncher seq(str.str().c_str(), count);
|
||||
|
||||
for (unsigned int i = 0; i < count; i++) {
|
||||
|
||||
Reference in New Issue
Block a user