Skip to content
Snippets Groups Projects
Commit 8eb730d7 authored by Janis Born's avatar Janis Born
Browse files

more engaging button labels

parent 2b2995f3
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -32,10 +32,10 @@ DidYouKnowWidget::DidYouKnowWidget(QWidget* _parent)
mCheckBoxShowTipsOnStartup.setText("&Show tips at startup");
mCheckBoxShowTipsOnStartup.setChecked(true);
mPushButtonNextTip.setText("&Next Tip");
mPushButtonNextTip.setText("&Tell me more!");
connect(&mPushButtonNextTip, SIGNAL(clicked(bool)), this, SLOT(displayNextTip()));
mPushButtonClose.setText("&Close");
mPushButtonClose.setText("Thank y&ou!");
connect(&mPushButtonClose, SIGNAL(clicked(bool)), this, SLOT(close()));
mHBoxLayoutBottomRow.addWidget(&mCheckBoxShowTipsOnStartup);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment