mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-27 16:17:21 -08:00
resetDialog: Improve warning
This commit is contained in:
parent
1dbde8c4de
commit
56db7eac6b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ generalDialog::generalDialog(QWidget *parent) :
|
||||||
resetDialog = true;
|
resetDialog = true;
|
||||||
ui->okBtn->setText("Proceed");
|
ui->okBtn->setText("Proceed");
|
||||||
ui->cancelBtn->setText("Go back");
|
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");
|
ui->headerLabel->setText("Warning");
|
||||||
QTimer::singleShot(50, this, SLOT(adjust_size()));
|
QTimer::singleShot(50, this, SLOT(adjust_size()));
|
||||||
string_writeconfig("/inkbox/resetDialog", "false");
|
string_writeconfig("/inkbox/resetDialog", "false");
|
||||||
|
|
Loading…
Reference in a new issue