Spelling: Log in, Last.fm (#5835)

As per https://www.last.fm/
This commit is contained in:
Allan Nordhøy 2017-08-28 23:03:22 +02:00 committed by John Maguire
parent f910b2ff09
commit 55ef908728
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ void LastFMSettingsPage::AuthenticationComplete(bool success) {
// Save settings
Save();
} else {
QString dialog_text = tr("Failed to login to last.fm. Please try again.");
QString dialog_text = tr("Could not log in to Last.fm. Please try again.");
QMessageBox::warning(this, tr("Authentication failed"), dialog_text);
}