[Pkg-owncloud-commits] [owncloud-client] 457/498: Account settings: Fix a label

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit dc299b0bf9dc2e7fdadb1798e328dca504397df1
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Wed Aug 5 16:12:58 2015 +0200

    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 1872bca..335aef3 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;
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list