Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2014-10-22 17:06:33 +0400
committerMarkus Goetz <markus@woboq.com>2014-10-22 17:06:33 +0400
commit6342e76e1936e8ad391b4c599ea2b493d41eb2ae (patch)
tree0ae1ba79fb81fef01da628c7e7d1bc8569951234 /src/wizard
parent55dd149a036e798d74e0639accb18bf17c315df9 (diff)
Wizard: Change misleading text
Diffstat (limited to 'src/wizard')
-rw-r--r--src/wizard/owncloudadvancedsetuppage.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wizard/owncloudadvancedsetuppage.cpp b/src/wizard/owncloudadvancedsetuppage.cpp
index 71ebb8ba8..f318ba3ef 100644
--- a/src/wizard/owncloudadvancedsetuppage.cpp
+++ b/src/wizard/owncloudadvancedsetuppage.cpp
@@ -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)