encfs: Small text change

This commit is contained in:
Nicolas Mailloux 2022-02-13 12:55:49 -05:00
parent 4fa930c13d
commit d9700c6ee5

View file

@ -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 {