1
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:
nowrep 2011-12-09 21:16:32 +01:00
parent ae93d5326e
commit 80dab0151a

View File

@ -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."));
}
}