From b369acdbeea6312f88c90e15ac991ab9c4177c90 Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 12 Jun 2016 13:55:07 +0200 Subject: [PATCH] Changed: Profiles instead of configurations --- code/ryzom/tools/client/ryzom_installer/src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/mainwindow.cpp b/code/ryzom/tools/client/ryzom_installer/src/mainwindow.cpp index 7ec519a0d..bf982bf8b 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/mainwindow.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/mainwindow.cpp @@ -194,7 +194,7 @@ void CMainWindow::onAbout() QMessageBox::about(this, tr("About %1").arg("Ryzom Installer"), QString("Ryzom Installer %1").arg(QApplication::applicationVersion()) + br + - tr("Program to install, download and manage Ryzom configurations.") + + tr("Program to install, download and manage Ryzom profiles.") + br+br+ tr("Author: %1").arg("Cedric 'Kervala' OCHS") + br + tr("Copyright: %1").arg(COPYRIGHT) + br +