if(UBApplication::mainWindow->yesNoQuestion(tr("Open-Sankoré data detected"),tr("Open-Sankoré directory is present on the disk. It's possible to import the Open-Sankoré documents into OpenBoard as the preferences. Pushing Ok will close OpenBoard and run the importer application."))){
helpText->setText(tr("Open-Sankoré directory is present on the disk. It's possible to import the Open-Sankoré documents into OpenBoard as the preferences. Pushing \"Proceed\" will close OpenBoard and run the importer application."));
helpText->setAcceptDrops(false);
helpText->setReadOnly(true);
mLayout->addWidget(helpText);
mDisplayOnNextRestart=newQCheckBox(this);
mDisplayOnNextRestart->setText(tr("Show this panel next time"));