From 733e7b782375564419ec4c660c1d9f5437101640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 25 Aug 2021 10:45:05 +0200 Subject: [PATCH] fix typos --- .../demo/Polyhedron/Scene_polyhedron_selection_item.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item.cpp b/Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item.cpp index 7facb373c1f..c7a460aee87 100644 --- a/Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item.cpp +++ b/Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item.cpp @@ -1132,7 +1132,7 @@ bool Scene_polyhedron_selection_item:: treat_selection(const std::settempInstructions("Faces not joined : the two ends of the edge must have a degree of at least 3.", + d->tempInstructions("Faces not joined : the two endpoints of the edge must have a degree of at least 3.", "Select the edge separating the faces you want to join." "Warning: this operation will clear the undo stack."); else @@ -1162,7 +1162,7 @@ bool Scene_polyhedron_selection_item:: treat_selection(const std::settempInstructions("Edge not collapsed : link condition not satidfied.", + d->tempInstructions("Edge not collapsed : link condition not satisfied.", "Select the edge you want to collapse."); } else