@@ -76,17 +76,17 @@ function draw_window_about() {
76
76
draw_set_halign (fa_left)
77
77
// End credits box
78
78
79
- if (draw_button2 (x1 + 36 , y1 + 380 , 72 , " Website..." , false )) {
79
+ if (draw_button2 (x1 + 36 , y1 + 380 , 72 , condstr (language != 1 , " Website..." , " 官方网站 " ) , false )) {
80
80
open_url (link_github)
81
81
}
82
- if (draw_button2 (x1 + 112 , y1 + 380 , 72 , " GitHub..." , false )) {
82
+ if (draw_button2 (x1 + 112 , y1 + 380 , 72 , condstr (language != 1 , " GitHub..." , " Github " ) , false )) {
83
83
open_url (link_website)
84
84
}
85
- if (draw_button2 (x1 + 188 , y1 + 380 , 72 , " Discord..." , false )) {
85
+ if (draw_button2 (x1 + 188 , y1 + 380 , 72 , condstr (language != 1 , " Discord..." , " Discord " ) , false )) {
86
86
open_url (link_discord)
87
87
}
88
88
89
- if (draw_button2 (x1 + 580 - 72 - 8 , y1 + 380 , 72 , " OK" , false ) && (windowopen = 1 || theme != 3 )) {
89
+ if (draw_button2 (x1 + 580 - 72 - 8 , y1 + 380 , 72 , condstr (language != 1 , " OK" , " 确定 " ) , false ) && (windowopen = 1 || theme != 3 )) {
90
90
windowclose = 1
91
91
}
92
92
if (array_length (text_mouseover) = 0 ) window_set_cursor (cr_default)
0 commit comments