From 01e6f73da5202f0ec0b9665dcb0a3baadc9bebf6 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 1 Jul 2020 09:59:31 +0200 Subject: [PATCH] Change the space character to a dot Change the space character to a dot in the text string --- src/gui/accountsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp index 9a6cb511e..0c89b983e 100644 --- a/src/gui/accountsettings.cpp +++ b/src/gui/accountsettings.cpp @@ -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; -- 2.30.2