mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Edited string from previous commit.
This commit is contained in:
parent
ae93d5326e
commit
80dab0151a
|
@ -124,7 +124,7 @@ void BookmarksImportDialog::stopDownloading()
|
|||
ui->nextButton->setEnabled(true);
|
||||
ui->stopButton->hide();
|
||||
ui->progressBar->setValue(ui->progressBar->maximum());
|
||||
ui->fetchingLabel->setText(tr("Please click Finish to save bookmarks."));
|
||||
ui->fetchingLabel->setText(tr("Please press Finish to complete importing process."));
|
||||
}
|
||||
|
||||
void BookmarksImportDialog::loadFinished()
|
||||
|
@ -134,7 +134,7 @@ void BookmarksImportDialog::loadFinished()
|
|||
if (ui->progressBar->value() == ui->progressBar->maximum()) {
|
||||
ui->stopButton->hide();
|
||||
ui->nextButton->setEnabled(true);
|
||||
ui->fetchingLabel->setText(tr("Please click Finish to save bookmarks."));
|
||||
ui->fetchingLabel->setText(tr("Please press Finish to complete importing process."));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user