Changed: Minor change

--HG--
branch : develop
This commit is contained in:
kervala 2016-06-18 19:53:40 +02:00
parent 3d120ed9e6
commit f6afed94ef

View file

@ -482,7 +482,7 @@ void COperationDialog::extractDownloadedClient()
const CServer &server = config->getServer(m_currentServerId); const CServer &server = config->getServer(m_currentServerId);
m_currentOperation = QApplication::tr("Extract data files required by server %1").arg(server.name); m_currentOperation = QApplication::tr("Extract client files required by server %1").arg(server.name);
m_currentOperationProgressFormat = QApplication::tr("Extracting %1..."); m_currentOperationProgressFormat = QApplication::tr("Extracting %1...");
CFilesExtractor extractor(this); CFilesExtractor extractor(this);