Spelling: URL (#5836)

This commit is contained in:
Allan Nordhøy 2017-08-28 23:03:49 +02:00 committed by John Maguire
parent 55ef908728
commit c29886d8c9
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ void LastFMService::Authenticate() {
});
if (!QDesktopServices::openUrl(url)) {
QMessageBox box(QMessageBox::NoIcon, tr("Last.fm Authentication"), tr("Please open this url in your browser: <a href=\"%1\">%1</a>").arg(url.toString()), QMessageBox::Ok);
QMessageBox box(QMessageBox::NoIcon, tr("Last.fm Authentication"), tr("Please open this URL in your browser: <a href=\"%1\">%1</a>").arg(url.toString()), QMessageBox::Ok);
box.setTextFormat(Qt::RichText);
qLog(Debug) << "Last.fm authentication URL: " << url.toString();
box.exec();