mirror of https://github.com/CGAL/cgal
Fix Polygon soup description
This commit is contained in:
parent
dac2ad159e
commit
8adf6511ff
|
|
@ -512,7 +512,7 @@ Scene_polygon_soup_item::toolTip() const
|
|||
return QString();
|
||||
|
||||
QString str = QObject::tr("<p><b>%1</b> (mode: %5, color: %6)<br />"
|
||||
"<i>Polygons soup</i></p>"
|
||||
"<i>Polygon soup</i></p>"
|
||||
"<p>Number of vertices: %2<br />"
|
||||
"Number of polygons: %3</p>")
|
||||
.arg(this->name())
|
||||
|
|
|
|||
Loading…
Reference in New Issue