mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
Changed: Better English
This commit is contained in:
parent
8e862a24d9
commit
afb3daca3e
1 changed files with 3 additions and 3 deletions
|
@ -266,7 +266,7 @@ void COperationDialog::downloadData()
|
||||||
// default server
|
// default server
|
||||||
const CServer &server = config->getServer();
|
const CServer &server = config->getServer();
|
||||||
|
|
||||||
m_currentOperation = QApplication::tr("Download data required for server %1").arg(server.name);
|
m_currentOperation = QApplication::tr("Download data required by server %1").arg(server.name);
|
||||||
m_currentOperationProgressFormat = QApplication::tr("Downloading %1...");
|
m_currentOperationProgressFormat = QApplication::tr("Downloading %1...");
|
||||||
|
|
||||||
m_downloader->prepareFile(config->expandVariables(server.dataDownloadUrl), config->getInstallationDirectory() + "/" + config->expandVariables(server.dataDownloadFilename) + ".part");
|
m_downloader->prepareFile(config->expandVariables(server.dataDownloadUrl), config->getInstallationDirectory() + "/" + config->expandVariables(server.dataDownloadFilename) + ".part");
|
||||||
|
@ -279,7 +279,7 @@ void COperationDialog::downloadClient()
|
||||||
// default server
|
// default server
|
||||||
const CServer &server = config->getServer();
|
const CServer &server = config->getServer();
|
||||||
|
|
||||||
m_currentOperation = QApplication::tr("Download client required for server %1").arg(server.name);
|
m_currentOperation = QApplication::tr("Download client required by server %1").arg(server.name);
|
||||||
m_currentOperationProgressFormat = QApplication::tr("Downloading %1...");
|
m_currentOperationProgressFormat = QApplication::tr("Downloading %1...");
|
||||||
|
|
||||||
m_downloader->prepareFile(config->expandVariables(server.clientDownloadUrl), config->getInstallationDirectory() + "/" + config->expandVariables(server.clientDownloadFilename) + ".part");
|
m_downloader->prepareFile(config->expandVariables(server.clientDownloadUrl), config->getInstallationDirectory() + "/" + config->expandVariables(server.clientDownloadFilename) + ".part");
|
||||||
|
@ -292,7 +292,7 @@ void COperationDialog::copyServerFiles()
|
||||||
// default server
|
// default server
|
||||||
const CServer &server = config->getServer();
|
const CServer &server = config->getServer();
|
||||||
|
|
||||||
m_currentOperation = QApplication::tr("Copy client files needed for server %1").arg(server.name);
|
m_currentOperation = QApplication::tr("Copy client files required by server %1").arg(server.name);
|
||||||
m_currentOperationProgressFormat = QApplication::tr("Copying %1...");
|
m_currentOperationProgressFormat = QApplication::tr("Copying %1...");
|
||||||
|
|
||||||
QStringList serverFiles;
|
QStringList serverFiles;
|
||||||
|
|
Loading…
Reference in a new issue