Change the space character to a dot
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Wed, 1 Jul 2020 07:59:31 +0000 (09:59 +0200)
committerKevin Ottens <ervin@ipsquad.net>
Wed, 1 Jul 2020 12:11:14 +0000 (14:11 +0200)
Change the space character to a dot in the text string

src/gui/accountsettings.cpp

index 9a6cb511e2fcb0a55bdcb8cdef0fa1eaccd59bb2..0c89b983ee603f5d0e02ba6572ef2c577e4dad2b 100644 (file)
@@ -286,7 +286,7 @@ bool AccountSettings::canEncryptOrDecrypt (const FolderStatusModel::SubFolderInf
 
     if (folderPath.count() != 0) {
         QMessageBox msgBox;
-        msgBox.setText(tr("You cannot encrypt a folder with contents, please remove the files \n"
+        msgBox.setText(tr("You cannot encrypt a folder with contents, please remove the files.\n"
                        "Wait for the new sync, then encrypt it."));
         msgBox.exec();
         return false;