[Pkg-owncloud-commits] [owncloud-client] 105/218: Adjust message box text for sync removal
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 17 14:30:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit d76f76f42959f814fedc89df0a22e3bd3888cafb
Author: Phil Davis <phil.davis at inf.org>
Date: Fri Sep 11 08:42:02 2015 +0545
Adjust message box text for sync removal
Since the context menu text was changed to "Remove Sync" it seems sensible to also change the title of this message box to match.
https://github.com/owncloud/client/issues/3745
---
src/gui/accountsettings.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index 8fce392..88deeaf 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -245,7 +245,7 @@ void AccountSettings::slotRemoveCurrentFolder()
qDebug() << "Remove Folder alias " << alias;
if( !alias.isEmpty() ) {
QMessageBox messageBox(QMessageBox::Question,
- tr("Confirm Folder Remove"),
+ tr("Confirm Sync Removal"),
tr("<p>Do you really want to stop syncing the folder <i>%1</i>?</p>"
"<p><b>Note:</b> This will <b>not</b> delete any files.</p>").arg(alias),
QMessageBox::NoButton,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list