From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 1 Jul 2020 07:59:31 +0000 (+0200) Subject: Change the space character to a dot X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~127 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=01e6f73da5202f0ec0b9665dcb0a3baadc9bebf6;p=nextcloud-desktop.git Change the space character to a dot Change the space character to a dot in the text string --- 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;