diff --git a/src/plugins/coreplugin/messageoutputwindow.cpp b/src/plugins/coreplugin/messageoutputwindow.cpp
index 3da20f484728c49c430e148544e5c7ae788f0cbc..b86fd026b0efd3285b447c62434c66373746a96f 100644
--- a/src/plugins/coreplugin/messageoutputwindow.cpp
+++ b/src/plugins/coreplugin/messageoutputwindow.cpp
@@ -73,7 +73,7 @@ QWidget *MessageOutputWindow::outputWidget(QWidget *parent)
 
 QString MessageOutputWindow::name() const
 {
-    return tr("General");
+    return tr("General Messages");
 }
 
 void MessageOutputWindow::visibilityChanged(bool /*b*/)