[Pkg-owncloud-commits] [owncloud-client] 46/120: Rename "Sync all files with" to "Sync selected files with"
Sandro Knauß
hefee-guest at moszumanska.debian.org
Mon Aug 24 00:02:43 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 aa6c09d9425246a9e35430402aaae2f14d95b022
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Wed Aug 12 08:31:54 2015 +0200
Rename "Sync all files with" to "Sync selected files with"
as per discussion with Jan
---
src/gui/folderstatusdelegate.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/folderstatusdelegate.cpp b/src/gui/folderstatusdelegate.cpp
index 5e303f0..d836c85 100644
--- a/src/gui/folderstatusdelegate.cpp
+++ b/src/gui/folderstatusdelegate.cpp
@@ -224,7 +224,7 @@ void FolderStatusDelegate::paint(QPainter *painter, const QStyleOptionViewItem &
QString elidedRemotePathText;
if (remotePath.isEmpty() || remotePath == QLatin1String("/")) {
- elidedRemotePathText = subFm.elidedText(tr("Syncing all files in your account with"),
+ elidedRemotePathText = subFm.elidedText(tr("Syncing selected files in your account with"),
Qt::ElideRight, remotePathRect.width());
} else {
elidedRemotePathText = subFm.elidedText(tr("Remote path: %1").arg(remotePath),
--
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