diff --git a/src/plugins_experimental/filter_segmentation/meshsegmentation.cpp b/src/plugins_experimental/filter_segmentation/meshsegmentation.cpp
index 7e221b779..30a273944 100644
--- a/src/plugins_experimental/filter_segmentation/meshsegmentation.cpp
+++ b/src/plugins_experimental/filter_segmentation/meshsegmentation.cpp
@@ -100,8 +100,14 @@ QString SegmentationPlugin::filterInfo(FilterIDType filterID) const
{
switch (filterID)
{
- case FP_SEGMENTATION : return tr("Segment a mesh into distinct facets using a region-growing or a hierarchical bottom-up approach.
"
- "This work was funded by the EC FP7 STREP project PRESIOUS, grant no. 600533.");
+ case FP_SEGMENTATION : return tr("Segment a mesh into distinct facets using a region-growing or a hierarchical "
+ "bottom-up approach. The approach is tailored to distinguish the regions of a fragmented object "
+ "that belong to the original surface from the fractured ones using the algorithms described in:
"
+ "A. Andreadis, P. Mavridis and G. Papaioannou
"
+ "\"Facet Extraction and Classification for the Reassembly of Fractured 3D Objects\"
"
+ "DOI = 10.2312/egp.20141060 Eurographics (Posters) 2014
"
+ "
"
+ "The developement of this plugin was partially supported by the EC FP7 STREP project PRESIOUS, no. 600533.");
default : assert(0);
}