diff --git a/gui/downloadinteraction.cpp b/gui/downloadinteraction.cpp index 883b03c..9f63fed 100644 --- a/gui/downloadinteraction.cpp +++ b/gui/downloadinteraction.cpp @@ -152,7 +152,7 @@ void DownloadInteraction::downloadRequiresRedirectionPermission(Download *downlo } else { const QUrl &originalUrl = download->downloadUrl(download->options().at(optionIndex).redirectionOf()); const QUrl &newUrl = download->downloadUrl(optionIndex); - QString message = tr("

Do you wnat to redirect form %1 to %2?

The redirection URL will be added to the options so you can it select later, too.

").arg( + QString message = tr("

Do you want to redirect form %1 to %2?

The redirection URL will be added to the options so you can it select later, too.

").arg( originalUrl.toString(), newUrl.toString()); QMessageBox *dlg = new QMessageBox(m_parentWidget);