From e20aa73c3b1d410abc88d318c868b52b3a2f506e Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 18 Jun 2016 19:53:40 +0200 Subject: [PATCH] Changed: Minor change --- code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp index d52c52727..405ea837d 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp @@ -482,7 +482,7 @@ void COperationDialog::extractDownloadedClient() 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..."); CFilesExtractor extractor(this);