fixed minor issues of translation
This commit is contained in:
parent
9377a0b545
commit
079c9176ef
4 changed files with 41 additions and 27 deletions
|
@ -303,7 +303,7 @@ void InstallController::removeCurrentlyProcessedContainer()
|
|||
ErrorCode errorCode = m_containersModel->removeCurrentlyProcessedContainer();
|
||||
if (errorCode == ErrorCode::NoError) {
|
||||
|
||||
emit removeCurrentlyProcessedContainerFinished(tr("1% has been removed from the server '%2'").arg(containerName).arg(serverName));
|
||||
emit removeCurrentlyProcessedContainerFinished(tr("%1 has been removed from the server '%2'").arg(containerName).arg(serverName));
|
||||
return;
|
||||
}
|
||||
emit installationErrorOccurred(errorString(errorCode));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue