resetDialog: Improve warning

This commit is contained in:
Nicolas Mailloux 2022-03-05 17:31:59 -05:00
parent 1dbde8c4de
commit 56db7eac6b

View file

@ -77,7 +77,7 @@ generalDialog::generalDialog(QWidget *parent) :
resetDialog = true;
ui->okBtn->setText("Proceed");
ui->cancelBtn->setText("Go back");
ui->bodyLabel->setText("This will erase any books you have on the device. Settings will be reset.");
ui->bodyLabel->setText("This will erase any books you have stored on the deivce.\nSettings will be reset.");
ui->headerLabel->setText("Warning");
QTimer::singleShot(50, this, SLOT(adjust_size()));
string_writeconfig("/inkbox/resetDialog", "false");