From: Kevin Ottens Date: Wed, 17 Jun 2020 10:31:53 +0000 (+0200) Subject: Fix typo X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~130^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3bbc54ee6ca8834673f4055754762888b054ce96;p=nextcloud-desktop.git Fix typo Signed-off-by: Kevin Ottens --- diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp index 20b02a15b..2e9579638 100644 --- a/src/gui/accountsettings.cpp +++ b/src/gui/accountsettings.cpp @@ -367,7 +367,7 @@ bool AccountSettings::canEncryptOrDecrypt (const FolderStatusModel::SubFolderInf if (folderPath.count() != 0) { QMessageBox msgBox; - msgBox.setText("You cannot encyrpt a folder with contents, please remove the files \n" + msgBox.setText("You cannot encrypt a folder with contents, please remove the files \n" "Wait for the new sync, then encrypt it."); msgBox.exec(); return false;