mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
encfs: Small text change
This commit is contained in:
parent
4fa930c13d
commit
d9700c6ee5
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ generalDialog::generalDialog(QWidget *parent) :
|
|||
ui->headerLabel->setText("Information");
|
||||
ui->okBtn->setText("Proceed");
|
||||
ui->cancelBtn->setText("Not now");
|
||||
ui->bodyLabel->setText("New files have been found in the 'encfs-dropbox' folder. Would you want to repack your encrypted storage with them?");
|
||||
ui->bodyLabel->setText("New files have been found in 'encfs-dropbox'. Would you want to repack your encrypted storage?");
|
||||
this->adjustSize();
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue