projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03ecaab
)
Fix typo
author
Kevin Ottens
<kevin.ottens@nextcloud.com>
Wed, 17 Jun 2020 10:31:53 +0000
(12:31 +0200)
committer
Kevin 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
patch
|
blob
|
history
diff --git
a/src/gui/accountsettings.cpp
b/src/gui/accountsettings.cpp
index 20b02a15bb919d74f9cd3ca751cd393ce3e4417e..2e95796389e02389c57ccb1320a1b720ae368c13 100644
(file)
--- 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 enc
yr
pt a folder with contents, please remove the files \n"
+ msgBox.setText("You cannot enc
ry
pt a folder with contents, please remove the files \n"
"Wait for the new sync, then encrypt it.");
msgBox.exec();
return false;