mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-18 03:41:50 +03:00
parent
779e59156c
commit
76580840dd
1 changed files with 2 additions and 1 deletions
|
@ -781,7 +781,8 @@ void Application::slotAbout()
|
||||||
void Application::slotRemoveFolder( const QString& alias )
|
void Application::slotRemoveFolder( const QString& alias )
|
||||||
{
|
{
|
||||||
int ret = QMessageBox::question( 0, tr("Confirm Folder Remove"),
|
int ret = QMessageBox::question( 0, tr("Confirm Folder Remove"),
|
||||||
tr("Do you really want to remove upload folder <i>%1</i>?").arg(alias),
|
tr("<p>Do you really want to stop syncing the upload folder <i>%1</i>?</p>"
|
||||||
|
"<p><b>Note:</b> This will not remove the files from your client.</p>").arg(alias),
|
||||||
QMessageBox::Yes|QMessageBox::No );
|
QMessageBox::Yes|QMessageBox::No );
|
||||||
|
|
||||||
if( ret == QMessageBox::No ) {
|
if( ret == QMessageBox::No ) {
|
||||||
|
|
Loading…
Reference in a new issue