diff --git a/src/mirall/application.cpp b/src/mirall/application.cpp index 009879ef2..6de5019c9 100644 --- a/src/mirall/application.cpp +++ b/src/mirall/application.cpp @@ -781,7 +781,8 @@ void Application::slotAbout() void Application::slotRemoveFolder( const QString& alias ) { int ret = QMessageBox::question( 0, tr("Confirm Folder Remove"), - tr("Do you really want to remove upload folder %1?").arg(alias), + tr("

Do you really want to stop syncing the upload folder %1?

" + "

Note: This will not remove the files from your client.

").arg(alias), QMessageBox::Yes|QMessageBox::No ); if( ret == QMessageBox::No ) {