[Pkg-owncloud-commits] [owncloud-client] 126/218: SyncEngine: fix typo

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 17 14:30:57 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 f1a9e669b45ea1dc8fef91a93efd0b6c313957dd
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Mon Sep 14 13:57:40 2015 +0200

    SyncEngine: fix typo
---
 src/libsync/syncengine.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libsync/syncengine.cpp b/src/libsync/syncengine.cpp
index d6b7a64..1b58d0b 100644
--- a/src/libsync/syncengine.cpp
+++ b/src/libsync/syncengine.cpp
@@ -985,7 +985,7 @@ void SyncEngine::checkForPermission()
                     qDebug() << "checkForPermission: ERROR" << (*it)->_file;
                     (*it)->_instruction = CSYNC_INSTRUCTION_ERROR;
                     (*it)->_status = SyncFileItem::NormalError;
-                    (*it)->_errorString = tr("Not allowed because you don't have permission to add subfolders that folder");
+                    (*it)->_errorString = tr("Not allowed because you don't have permission to add subfolders to that folder");
 
                     for (SyncFileItemVector::iterator it_next = it + 1; it_next != _syncedItems.end() && (*it_next)->_file.startsWith(path); ++it_next) {
                         it = it_next;

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