mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
change about dialog to make it simpler
This commit is contained in:
parent
418a99a62b
commit
c3ca4f98ce
1 changed files with 5 additions and 5 deletions
|
@ -341,33 +341,33 @@
|
|||
<item>
|
||||
<widget class="QPushButton" name="website">
|
||||
<property name="text">
|
||||
<string>Website</string>
|
||||
<string>Visit our website</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="forum">
|
||||
<property name="text">
|
||||
<string>Forum</string>
|
||||
<string>got questions?=</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="discord">
|
||||
<widget class="QPushButton" name="Join our discord!">
|
||||
<property name="text">
|
||||
<string>Discord</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="wiki">
|
||||
<widget class="QPushButton" name="find out more with our wiki">
|
||||
<property name="text">
|
||||
<string>Wiki</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="patreon">
|
||||
<widget class="QPushButton" name="fund this project on patreon.">
|
||||
<property name="text">
|
||||
<string>Patreon</string>
|
||||
</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue