From dc299b0bf9dc2e7fdadb1798e328dca504397df1 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Wed, 5 Aug 2015 16:12:58 +0200 Subject: [PATCH] Account settings: Fix a label The feature is for all folder, not only shared folder --- src/gui/accountsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp index 1872bca99..335aef32d 100644 --- a/src/gui/accountsettings.cpp +++ b/src/gui/accountsettings.cpp @@ -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; }