diff --git a/pyplugins/gepetto/gui/plugin.py b/pyplugins/gepetto/gui/plugin.py
index c49f042a77e3c4205b54415893188c8d1674a81c..a6c362d7e535ad9eb71f042639dd3e0663451bb8 100644
--- a/pyplugins/gepetto/gui/plugin.py
+++ b/pyplugins/gepetto/gui/plugin.py
@@ -58,7 +58,7 @@ class _NodeCreator (QtGui.QWidget):
         self.client.gui.addToGroup(str(self.nodeName.text), str(self.groupNodes.currentText))
 
 class Plugin(QtGui.QDockWidget):
-    """" Extra functionalities of the Gepetto Viewer GUI """
+    """ Example of plugin of the Gepetto Viewer GUI """
     def __init__ (self, mainWindow, flags = None):
         if flags is None:
             super(Plugin, self).__init__ ("Gepetto Viewer plugin", mainWindow)