mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07: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;
|
||||
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");
|
||||
|
|
Loading…
Reference in a new issue