mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Selective sync: change the text of the label.
Selective sync is a black list. Unchecked folder are blacklisted Partially checked folders are not in the blacklist and the files there are sync'ed
This commit is contained in:
parent
32aaecd832
commit
97560509ea
@ -262,7 +262,7 @@ void SelectiveSyncDialog::init(Account *account)
|
||||
{
|
||||
QVBoxLayout *layout = new QVBoxLayout(this);
|
||||
_treeView = new SelectiveSyncTreeView(account, this);
|
||||
layout->addWidget(new QLabel(tr("Only checked folders will sync to this computer")));
|
||||
layout->addWidget(new QLabel(tr("Unchecked folders will not be sync to this computer")));
|
||||
layout->addWidget(_treeView);
|
||||
QDialogButtonBox *buttonBox = new QDialogButtonBox(Qt::Horizontal);
|
||||
QPushButton *button;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user