[Pkg-owncloud-commits] [owncloud-client] 29/83: fix spacing
    Sandro Knauß 
    hefee-guest at moszumanska.debian.org
       
    Sat May 31 11:31:40 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 5b0307446a1deda5fa868df1515ecfe16d85d5d2
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date:   Sat May 24 15:03:45 2014 +0200
    fix spacing
---
 src/mirall/folderwizard.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/folderwizard.cpp b/src/mirall/folderwizard.cpp
index 0c85946..ec617aa 100644
--- a/src/mirall/folderwizard.cpp
+++ b/src/mirall/folderwizard.cpp
@@ -136,7 +136,7 @@ bool FolderWizardLocalPath::isComplete() const
       QString absCleanUserFolder = QDir::cleanPath(QDir(userInput).canonicalPath())+'/';
       if( isOk && QDir::cleanPath(folderDir).startsWith(absCleanUserFolder) ) {
           qDebug() << "A already configured folder is child of the current selected";
-          warnStrings.append( tr("The selected folder is a symbolic link. An already configured"
+          warnStrings.append( tr("The selected folder is a symbolic link. An already configured "
                                 "folder is contained in the folder this link is pointing to."));
           isOk = false;
       }
-- 
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