Fix typo
authorKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 17 Jun 2020 10:31:53 +0000 (12:31 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 30 Jun 2020 09:29:08 +0000 (11:29 +0200)
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/gui/accountsettings.cpp

index 20b02a15bb919d74f9cd3ca751cd393ce3e4417e..2e95796389e02389c57ccb1320a1b720ae368c13 100644 (file)
@@ -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;