|
4 | 4 | <requires lib="gtk+" version="3.10"/> |
5 | 5 | <object class="GtkDialog" id="Dialog"> |
6 | 6 | <property name="can_focus">False</property> |
7 | | - <property name="title" translatable="yes">About SC-Controller</property> |
| 7 | + <property name="title" translatable="yes">About SC Controller</property> |
8 | 8 | <property name="window_position">center-on-parent</property> |
9 | 9 | <property name="icon">../images/sc-controller-small.svg</property> |
10 | 10 | <property name="type_hint">dialog</property> |
|
66 | 66 | <object class="GtkLabel" id="label1"> |
67 | 67 | <property name="visible">True</property> |
68 | 68 | <property name="can_focus">False</property> |
69 | | - <property name="label" translatable="yes"><span size="large"><b>SC-Controller</b></span></property> |
| 69 | + <property name="label" translatable="yes"><span size="large"><b>SC Controller</b></span></property> |
70 | 70 | <property name="use_markup">True</property> |
71 | 71 | <property name="justify">center</property> |
72 | 72 | </object> |
|
95 | 95 | <property name="visible">True</property> |
96 | 96 | <property name="can_focus">False</property> |
97 | 97 | <property name="margin_bottom">20</property> |
98 | | - <property name="label" translatable="yes">User-mode driver and GTK3 based GUI for Steam Controller.</property> |
| 98 | + <property name="label" translatable="yes">User-mode driver and GTK3 based GUI for the Steam Controller, DS4 and similar controllers</property> |
99 | 99 | <property name="use_markup">True</property> |
100 | 100 | <property name="justify">center</property> |
101 | 101 | </object> |
|
110 | 110 | <property name="visible">True</property> |
111 | 111 | <property name="can_focus">True</property> |
112 | 112 | <property name="margin_bottom">25</property> |
113 | | - <property name="label" translatable="yes"><b>Code&amp;UI © 2016 Kozec</b> |
| 113 | + <property name="label" translatable="yes"> |
| 114 | +<b>Code&amp;UI © 2016-2023 Kozec</b> |
| 115 | +<b>Python 3 port&amp;Maintenance © 2020-2024 Ryochan7</b> |
| 116 | +<b>Maintenance © 2024 Martin Rys</b> |
114 | 117 |
|
115 | | -Source code available on <a href="https://github.com/kozec/sc-controller">GitHub</a> |
| 118 | +Source code available on <a href="https://github.com/C0rn3j/sc-controller">GitHub</a> |
116 | 119 |
|
117 | | -I'd like to express my biggest thanks |
118 | | -for all my <b><a href="https://www.patreon.com/kozec">Patreon</a></b> supporters, with special mention of |
| 120 | +If you like what I am doing, you can become a supporter on <a href="https://ko-fi.com/martinrys">Ko-Fi</a> or check out other <a href="https://rys.rs/donate">ways to donate</a> |
| 121 | + |
| 122 | +Donation links for Kozec, who is the original developer, can be found <a href="https://github.com/kozec/sc-controller?tab=readme-ov-file#like-what-im-doing">here</a> |
119 | 123 |
|
120 | | -<b>guido haag</b> |
121 | | -<b>Orivej Desh</b> |
122 | | -<b>G. Wilson</b> |
123 | | -<b>Eric Duhamel</b> |
124 | | -<b>Enric Morales</b> |
125 | | -<b>Joshua M</b> |
126 | | -<b>Lutris</b> |
127 | | -<b>Taowa</b> |
128 | | -and |
129 | | -<b>ambidot</b> |
130 | 124 | </property> |
131 | 125 | <property name="use_markup">True</property> |
132 | 126 | <property name="justify">center</property> |
|
0 commit comments