helpText->setText(tr("Open-Sankoré documents are present on your computer. It is possible to import them to OpenBoard by pressing the “Proceed” button to launch the importer application."));
helpText->setAcceptDrops(false);
helpText->setReadOnly(true);
helpText->setStyleSheet("border : none;");
mLayout->addWidget(helpText);
mDisplayOnNextRestart=newQCheckBox(this);
mDisplayOnNextRestart->setText(tr("Show this panel next time"));
warningText->setText(tr("You can always access the OpenBoard Document Importer through the Preferences panel in the About tab. Warning, if you have already imported your Open-Sankore datas, you might loose your current OpenBoard documents."));