mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
fix custom build + displaying name (#2668)
* fix custom build name * remove html and argument from tr()
This commit is contained in:
parent
cbd9d2c4fc
commit
339945e089
2 changed files with 2 additions and 2 deletions
|
|
@ -285,7 +285,7 @@ void MainWindow::actAbout()
|
|||
{
|
||||
QMessageBox mb(QMessageBox::NoIcon, tr("About Cockatrice"), QString(
|
||||
"<font size=\"8\"><b>Cockatrice</b></font><br>"
|
||||
+ tr("Version<br>%1").arg(VERSION_STRING)
|
||||
+ tr("Version") + QString(" %1").arg(VERSION_STRING)
|
||||
+ "<br><br><b><a href='" + GITHUB_PAGES_URL + "'>" + tr("Cockatrice Webpage") + "</a></b><br>"
|
||||
+ "<br><br><b>" + tr("Project Manager:") + "</b><br>Gavin Bisesi<br><br>"
|
||||
+ "<b>" + tr("Past Project Managers:") + "</b><br>Max-Wilhelm Bruker<br>Marcus Schütz<br><br>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue