зеркало из https://github.com/nextcloud/desktop.git
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
This commit is contained in:
Родитель
1de4d96ab1
Коммит
d76f76f429
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче