mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 13:01:42 +00:00
Changed: Profiles instead of configurations
--HG-- branch : develop
This commit is contained in:
parent
b8ec5a2bc3
commit
ef77256661
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ void CMainWindow::onAbout()
|
||||||
QMessageBox::about(this,
|
QMessageBox::about(this,
|
||||||
tr("About %1").arg("Ryzom Installer"),
|
tr("About %1").arg("Ryzom Installer"),
|
||||||
QString("Ryzom Installer %1").arg(QApplication::applicationVersion()) + br +
|
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+
|
br+br+
|
||||||
tr("Author: %1").arg("Cedric 'Kervala' OCHS") + br +
|
tr("Author: %1").arg("Cedric 'Kervala' OCHS") + br +
|
||||||
tr("Copyright: %1").arg(COPYRIGHT) + br +
|
tr("Copyright: %1").arg(COPYRIGHT) + br +
|
||||||
|
|
Loading…
Reference in a new issue