" "" + tr("Welcome to Olive!") + "
" + tr("Olive is a free open-source video editor released under the GNU GPL. If you have paid for this software, you have been scammed.") + "
" + tr("This software is currently in ALPHA which means it is unstable and very likely to crash, have bugs, and have missing features. We offer no warranty so use at your own risk. Please report any bugs or feature requests at %1").arg("www.olivevideoeditor.org") + "
" + tr("Thank you for trying Olive and we hope you enjoy it!") + "
", this); text->setWordWrap(true); layout->addWidget(text); vlayout->addLayout(layout); QDialogButtonBox* buttons = new QDialogButtonBox(QDialogButtonBox::Ok, this); buttons->setCenterButtons(true); connect(buttons, SIGNAL(accepted()), this, SLOT(accept())); vlayout->addWidget(buttons); }