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:
73785d0
)
Another account deletion wording update #3649
author
Christian Kamm
<mail@ckamm.de>
Wed, 19 Aug 2015 13:55:29 +0000
(15:55 +0200)
committer
Christian Kamm
<mail@ckamm.de>
Wed, 19 Aug 2015 13:55:29 +0000
(15:55 +0200)
src/gui/accountsettings.cpp
patch
|
blob
|
history
diff --git
a/src/gui/accountsettings.cpp
b/src/gui/accountsettings.cpp
index 67480fe6a7f4177a0484110f8940329d8c3ecd52..d7054835070b423e0d14412d8b46c45fc8ec7aed 100644
(file)
--- a/
src/gui/accountsettings.cpp
+++ b/
src/gui/accountsettings.cpp
@@
-523,7
+523,7
@@
void AccountSettings::refreshSelectiveSyncStatus()
void AccountSettings::slotDeleteAccount()
{
int ret = QMessageBox::question( this, tr("Confirm Account Delete"),
- tr("<p>Do you really want to
delete
the account <i>%1</i>?</p>"
+ tr("<p>Do you really want to
remove the connection to
the account <i>%1</i>?</p>"
"<p><b>Note:</b> This will <b>not</b> delete any files.</p>")
.arg(_accountState->account()->displayName()),
QMessageBox::Yes|QMessageBox::No );