summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/widgets/softkeys/softkeys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/softkeys/softkeys.cpp b/examples/widgets/softkeys/softkeys.cpp
index 87d11c9..083d05c 100644
--- a/examples/widgets/softkeys/softkeys.cpp
+++ b/examples/widgets/softkeys/softkeys.cpp
@@ -46,7 +46,7 @@ MainWindow::MainWindow(QWidget *parent)
{
central = new QWidget(this);
setCentralWidget(central);
- infoLabel = new QLabel(tr("Funky stuff in menu!"));
+ infoLabel = new QLabel(tr("Open menu to start!"));
layout = new QVBoxLayout;
layout->addWidget(infoLabel);