diff --git a/src/fgt/filter_scan_merging/filter_scan_merging.cpp b/src/fgt/filter_scan_merging/filter_scan_merging.cpp
index 440b3f01f..3e0495ee3 100644
--- a/src/fgt/filter_scan_merging/filter_scan_merging.cpp
+++ b/src/fgt/filter_scan_merging/filter_scan_merging.cpp
@@ -50,13 +50,13 @@ QString FilterScanMergingPlugin::filterName(FilterIDType filterId) const
// Info() return the longer string describing each filtering action
QString FilterScanMergingPlugin::filterInfo(FilterIDType filterId) const
{
- return QString("Merge all the selected layers into one new mesh.
"
- "The idea is to preserve point positions in non overlapping areas, and to make a fusion of the"
- "scans on overlapping regions while keeping all raw points.
"
+ return QString("Merge all the selected layers into one new mesh.
"
+ "The idea is to preserve point positions in non overlapping areas, and to make a fusion of the "
+ "scans on overlapping regions while keeping all raw points.
"
"See:
"
- "High Fidelity Scan Merging
"
- "J.Digne, J.M.Morel, N.Audfray and C.Lartigue
"
- "Eurographics Symposium on Geometry Processing 2010, Volume 29 (2010), Number 5");
+ "High Fidelity Scan Merging
"
+ "J. Digne, J. M. Morel, N. Audfray and C. Lartigue
"
+ "Eurographics Symposium on Geometry Processing 2010, CGF Vol 29(5), 2010");
}
// This function define the needed parameters for each filter.