mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-18 05:11:42 +00:00
Changed: Minor change
This commit is contained in:
parent
464edecc4b
commit
31525e849c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue