Account settings: Fix a label

The feature is for all folder, not only shared folder
This commit is contained in:
Olivier Goffart 2015-08-05 16:12:58 +02:00
parent 952c249039
commit dc299b0bf9

View file

@ -491,7 +491,7 @@ void AccountSettings::refreshSelectiveSyncStatus()
ui->selectiveSyncNotification->setText(QString());
} else {
ui->selectiveSyncNotification->setText(
tr("There are new shared folders that were not synchronized because they are too big: %1")
tr("There are new folders that were not synchronized because they are too big: %1")
.arg(undecidedFolder.join(tr(", "))));
shouldBeVisible = true;
}