aboutsummaryrefslogtreecommitdiffstats
path: root/src/bench/aboutdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/aboutdialog.cpp')
-rw-r--r--src/bench/aboutdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/aboutdialog.cpp b/src/bench/aboutdialog.cpp
index c9c37bf..fdae1f7 100644
--- a/src/bench/aboutdialog.cpp
+++ b/src/bench/aboutdialog.cpp
@@ -41,7 +41,7 @@
AboutDialog::AboutDialog(QWidget *parent)
: QDialog(parent)
{
- setWindowTitle(tr("About Qt QML Live"));
+ setWindowTitle(tr("About Qt QmlLive"));
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
QVBoxLayout *layout = new QVBoxLayout(this);