mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 19:58:56 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue