diff --git a/q65w/mainwindow.ui b/q65w/mainwindow.ui
index e84772319..aecd58bc4 100644
--- a/q65w/mainwindow.ui
+++ b/q65w/mainwindow.ui
@@ -748,7 +748,7 @@ p, li { white-space: pre-wrap; }
- Wide Waterfall
+ Wideband Waterfall
diff --git a/q65w/widegraph.cpp b/q65w/widegraph.cpp
index f8a9d97c0..d2ff50b7a 100644
--- a/q65w/widegraph.cpp
+++ b/q65w/widegraph.cpp
@@ -12,7 +12,7 @@ WideGraph::WideGraph (QString const& settings_filename, QWidget * parent)
m_settings_filename {settings_filename}
{
ui->setupUi(this);
- setWindowTitle("Wide Graph");
+ setWindowTitle("Wideband Waterfall");
setWindowFlags(Qt::WindowCloseButtonHint | Qt::WindowMinimizeButtonHint);
installEventFilter(parent); //Installing the filter
ui->widePlot->setCursor(Qt::CrossCursor);