Update acknowledgements

This commit is contained in:
Victor Tran 2020-07-14 15:07:56 +10:00
parent 3debff058a
commit e2fa5e9d2c
2 changed files with 14 additions and 2 deletions

View file

@ -1,4 +1,16 @@
<p>Thanks to the following people who contributed to the development of theDesk in one way or another:</p>
<p>Thanks to the following people who contributed to the development of theDesk in some way:</p>
<p>
ZoomTen for testing and contributing resorces and ideas, such as window borders<br />
<a href="https://github.com/ZoomTen">GitHub</a>
</p>
<p>
The Pixel Polygon for the welcome cutscene<br />
<a href="https://www.youtube.com/channel/UCf4MnXua8MpkX3ns7nRep6w">YouTube</a>
</p>
<p>
All the people who contributed translations to theDesk<br />
<a href="https://translate.vicr123.com/">Translation Website</a>
</p>

View file

@ -118,7 +118,7 @@ About::About() :
ui->versionLabel->setText(tr("theDesk %1 - Blueprint").arg("1.0"));
ui->compileDate->setText(tr("You compiled theDesk on %1").arg(__DATE__));
#else
ui->versionLabel->setText(tr("theDesk %1").arg("Beta 1"));
ui->versionLabel->setText(tr("theDesk %1").arg("Beta 2"));
ui->compileDate->setVisible(false);
#endif