Misc. typos discovered via crowdin
should close several crowdin issues.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user