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:
d526f9e
)
Change the space character to a dot
author
Valdnet
<47037905+Valdnet@users.noreply.github.com>
Wed, 1 Jul 2020 07:59:31 +0000
(09:59 +0200)
committer
Kevin Ottens
<ervin@ipsquad.net>
Wed, 1 Jul 2020 12:11:14 +0000
(14:11 +0200)
Change the space character to a dot in the text string
src/gui/accountsettings.cpp
patch
|
blob
|
history
diff --git
a/src/gui/accountsettings.cpp
b/src/gui/accountsettings.cpp
index 9a6cb511e2fcb0a55bdcb8cdef0fa1eaccd59bb2..0c89b983ee603f5d0e02ba6572ef2c577e4dad2b 100644
(file)
--- 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;