Misc. typos discovered via crowdin

should close several crowdin issues.
This commit is contained in:
luzpaz
2017-08-27 13:40:54 -04:00
committed by Yorik van Havre
parent bbbac656ee
commit f7b8e070db
14 changed files with 25 additions and 25 deletions

View File

@@ -446,7 +446,7 @@ void DownloadItem::downloadReadyRead()
if (!m_requestFileName)
getFileName();
if (!m_output.open(QIODevice::WriteOnly)) {
downloadInfoLabel->setText(tr("Error opening save file: %1")
downloadInfoLabel->setText(tr("Error opening saved file: %1")
.arg(m_output.errorString()));
stopButton->click();
/*emit*/ statusChanged();