Wizard: Change misleading text

This commit is contained in:
Markus Goetz 2014-10-22 15:06:33 +02:00
parent 55dd149a03
commit 6342e76e19

View file

@ -118,8 +118,7 @@ void OwncloudAdvancedSetupPage::updateStatus()
_ui.pbSelectLocalFolder->setText(QDir::toNativeSeparators(locFolder));
if (dataChanged()) {
if( _remoteFolder.isEmpty() || _remoteFolder == QLatin1String("/") ) {
t = tr("Your entire account will be synced to the local folder '%1'.")
.arg(QDir::toNativeSeparators(locFolder));
t = "";
} else {
t = tr("%1 folder '%2' is synced to local folder '%3'")
.arg(Theme::instance()->appName()).arg(_remoteFolder)