mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-23 02:42:02 -05:00
Update acknowledgements
This commit is contained in:
parent
3debff058a
commit
e2fa5e9d2c
2 changed files with 14 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue