Merge pull request #3806 from owncloud/phil-davis-sync-remove

Adjust message box text for sync removal
This commit is contained in:
Daniel Molkentin 2015-09-14 14:05:39 +02:00
Родитель f1a9e669b4 d76f76f429
Коммит 5347a991cf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,