diff --git a/source/RobotAPI/gui-plugins/DebugDrawerViewer/DebugDrawerViewerWidgetController.h b/source/RobotAPI/gui-plugins/DebugDrawerViewer/DebugDrawerViewerWidgetController.h
index a3ce4c6d809702e0f63b8d6daa60d2341d33e5ab..2aae71f069313cbf456b24eca1e10facf3cb455a 100644
--- a/source/RobotAPI/gui-plugins/DebugDrawerViewer/DebugDrawerViewerWidgetController.h
+++ b/source/RobotAPI/gui-plugins/DebugDrawerViewer/DebugDrawerViewerWidgetController.h
@@ -36,11 +36,11 @@ namespace armarx
 {
     /**
     \page ArmarXGui-GuiPlugins-DebugDrawerViewer DebugDrawerViewer
-    \brief The DebugDrawerViewer listens on the DebugDrawer topic and visualizes all the data coming in.
-    This GUI only display the DebugDrawer content and nothing else.
+    \brief The DebugDrawerViewer listens on the DebugDrawer topic and visualizes all incoming data.
+    This GUI only displays the DebugDrawer content and nothing else.
     The content is shown in the 3D Viewer Widget.
 
-    API Documentation \ref DebugDrawerViewerWidgetController
+    API Documentation: \ref DebugDrawerViewerWidgetController
 
     \see DebugDrawerViewerGuiPlugin
     */