Changed: HTML accent

This commit is contained in:
kervala 2016-06-12 13:55:16 +02:00
parent 09654475b0
commit a5b252e900

View file

@ -196,7 +196,7 @@ void CMainWindow::onAbout()
QString("Ryzom Installer %1").arg(QApplication::applicationVersion()) + br +
tr("Program to install, download and manage Ryzom profiles.") +
br+br+
tr("Author: %1").arg("Cedric 'Kervala' OCHS") + br +
tr("Author: %1").arg("Cédric 'Kervala' OCHS") + br +
tr("Copyright: %1").arg(COPYRIGHT) + br +
tr("Support: %1").arg("<a href=\"https://bitbucket.org/ryzom/ryzomcore/issues?status=new&status=open\">Ryzom Core on Bitbucket</a>"));
}