diff --git a/src/fgt/filter_csg/filter_csg.cpp b/src/fgt/filter_csg/filter_csg.cpp
index 17579a34b..7a049ea47 100644
--- a/src/fgt/filter_csg/filter_csg.cpp
+++ b/src/fgt/filter_csg/filter_csg.cpp
@@ -63,8 +63,8 @@ QString FilterCSG::filterInfo(FilterIDType filterId) const
case FP_CSG:
return "Constructive Solid Geometry operation filter.
"
"For more details see:
"
- "Rocchini, Cignoni, Ganovelli, Montani, Pingi and Scopigno, "
- "'Marching Intersections: an Efficient Resampling Algorithm for Surface Management'
"
+ "C. Rocchini, P. Cignoni, F. Ganovelli, C. Montani, P. Pingi and R.Scopigno,
"
+ "'Marching Intersections: an Efficient Resampling Algorithm for Surface Management'
"
"In Proceedings of Shape Modeling International (SMI) 2001";
default:
diff --git a/src/meshlabplugins/filter_isoparametrization/filter_isoparametrization.cpp b/src/meshlabplugins/filter_isoparametrization/filter_isoparametrization.cpp
index bcd914bab..c7c205f30 100644
--- a/src/meshlabplugins/filter_isoparametrization/filter_isoparametrization.cpp
+++ b/src/meshlabplugins/filter_isoparametrization/filter_isoparametrization.cpp
@@ -77,28 +77,28 @@ QString FilterIsoParametrization::filterInfo(FilterIDType filterId) const
{
switch(filterId)
{
- case ISOP_PARAM : return "
The filter build the abstract Isoparameterization of a two-manifold triangular mesh
"
+ case ISOP_PARAM : return "The filter build the abstract Isoparameterization of a two-manifold triangular mesh
"
"An adaptively chosen abstract domain of the parameterization is built. For more details see:
"
"Pietroni, Tarini and Cignoni, 'Almost isometric mesh parameterization through abstract domains'
"
"IEEE Transaction of Visualization and Computer Graphics 2010";
- case ISOP_REMESHING : return "
Remeshing based on an Abstract Isoparameterization, each triangle of the domain is recursively subdivided.
"
+ case ISOP_REMESHING : return "Remeshing based on an Abstract Isoparameterization, each triangle of the domain is recursively subdivided.
"
"For more details see:
"
"Pietroni, Tarini and Cignoni, 'Almost isometric mesh parameterization through abstract domains'
"
"IEEE Transaction of Visualization and Computer Graphics 2010";
- case ISOP_DIAMPARAM : return "
The filter build a new mesh with a standard atlased per wedge texture. The atlas is simply done by "
+ case ISOP_DIAMPARAM : return "The filter build a new mesh with a standard atlased per wedge texture. The atlas is simply done by "
"splitting each triangle of the abstract domain
"
"For more details see:
"
"Pietroni, Tarini and Cignoni, 'Almost isometric mesh parameterization through abstract domains'
"
"IEEE Transaction of Visualization and Computer Graphics 2010";
- case ISOP_LOAD : return "
Load the Isoparameterization from a saved Abstract Mesh
"
+ case ISOP_LOAD : return "Load the Isoparameterization from a saved Abstract Mesh
"
"For more details see:
"
"Pietroni, Tarini and Cignoni, 'Almost isometric mesh parameterization through abstract domains'
"
"IEEE Transaction of Visualization and Computer Graphics 2010";
- case ISOP_SAVE : return "
Save the Isoparameterization on an Abstract Mesh
"
+ case ISOP_SAVE : return "Save the Isoparameterization on an Abstract Mesh
"
"For more details see:
"
"Pietroni, Tarini and Cignoni, 'Almost isometric mesh parameterization through abstract domains'
"
"IEEE Transaction of Visualization and Computer Graphics 2010";
- case ISOP_TRANSFER:return "
Transfer the Isoparametrization between two meshes, the two meshes must be reasonably similar and well aligned."
+ case ISOP_TRANSFER:return "Transfer the Isoparametrization between two meshes, the two meshes must be reasonably similar and well aligned."
" It is useful to transfer back an isoparam onto the original mesh after having computed it on a dummy, clean watertight model.
"
"For more details see:
"
"Pietroni, Tarini and Cignoni, 'Almost isometric mesh parameterization through abstract domains'
"
@@ -140,7 +140,7 @@ void FilterIsoParametrization::initParameterSet(QAction *a, MeshDocument& md, Ri
stopCriteriaList.push_back("L2");
par.addParam(new RichEnum("stopCriteria", 1, stopCriteriaList, tr("Optimization Criteria"),
- tr("
" + tr(//"
"
"Choose a metric to stop the parametrization within the interval
"
"1: Best Heuristic : stop considering both isometry and number of faces of base domain
"
"2: Area + Angle : stop at minimum area and angle distorsion
"