Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-06-17 13:31:53 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-06-30 12:29:08 +0300
commit3bbc54ee6ca8834673f4055754762888b054ce96 (patch)
treea7f9dc1bce35f1552808be6efaa00288cc44700c /src/gui/accountsettings.cpp
parent03ecaab2590ab82e3d14dccb24ea4056a7930bbe (diff)
Fix typo
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to 'src/gui/accountsettings.cpp')
-rw-r--r--src/gui/accountsettings.cpp2
1 files changed, 1 insertions, 1 deletions
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;