Change the space character to a dot

Change the space character to a dot in the text string
This commit is contained in:
Valdnet 2020-07-01 09:59:31 +02:00 committed by Kevin Ottens
parent d526f9e073
commit 01e6f73da5

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