[Pkg-owncloud-commits] [owncloud-client] 20/219: Selective sync: rename the button 'choose what to sync'

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:05 UTC 2014


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 928652e4cf62d918d9cbbdda0100bb4686c38ccd
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Wed Aug 27 17:31:57 2014 +0200

    Selective sync: rename the button 'choose what to sync'
---
 src/mirall/accountsettings.ui      | 2 +-
 src/mirall/folderwizard.cpp        | 2 +-
 src/mirall/selectivesyncdialog.cpp | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/mirall/accountsettings.ui b/src/mirall/accountsettings.ui
index e62916d..fa7a3d8 100644
--- a/src/mirall/accountsettings.ui
+++ b/src/mirall/accountsettings.ui
@@ -73,7 +73,7 @@
         <item>
          <widget class="QPushButton" name="_buttonSelectiveSync">
           <property name="text">
-           <string>Selective Sync...</string>
+           <string>Choose What to Sync</string>
           </property>
          </widget>
         </item>
diff --git a/src/mirall/folderwizard.cpp b/src/mirall/folderwizard.cpp
index 434c860..6affd96 100644
--- a/src/mirall/folderwizard.cpp
+++ b/src/mirall/folderwizard.cpp
@@ -430,7 +430,7 @@ FolderWizardSelectiveSync::FolderWizardSelectiveSync()
 {
     QVBoxLayout *layout = new QVBoxLayout(this);
     _treeView = new SelectiveSyncTreeView(this);
-    layout->addWidget(new QLabel(tr("Selective Sync: You can optionally deselect subfolders you do not wish to synchronize.")));
+    layout->addWidget(new QLabel(tr("Choose What to Sync: You can optionally deselect subfolders you do not wish to synchronize.")));
     layout->addWidget(_treeView);
 }
 
diff --git a/src/mirall/selectivesyncdialog.cpp b/src/mirall/selectivesyncdialog.cpp
index b501d54..4345c3d 100644
--- a/src/mirall/selectivesyncdialog.cpp
+++ b/src/mirall/selectivesyncdialog.cpp
@@ -26,6 +26,7 @@
 #include <QDebug>
 #include <QSettings>
 #include <QScopedValueRollback>
+#include <QLabel>
 
 namespace Mirall {
 
@@ -253,6 +254,7 @@ SelectiveSyncDialog::SelectiveSyncDialog(Folder* folder, QWidget* parent, Qt::Wi
 {
     QVBoxLayout *layout = new QVBoxLayout(this);
     _treeView = new SelectiveSyncTreeView(parent);
+    layout->addWidget(new QLabel(tr("Only checked folders will sync to this computer")));
     layout->addWidget(_treeView);
     QDialogButtonBox *buttonBox = new QDialogButtonBox(Qt::Horizontal);
     QPushButton *button;

-- 
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