Skip to content

Commit 66ba29d

Browse files
committed
fix: Youtube -> YouTube
1 parent cc4b211 commit 66ba29d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/draw_window_about/draw_window_about.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function draw_window_about() {
8989
if (draw_button2(x1 + 236, y1 + 380, 72, condstr(language != 1, "Twitter", "Twitter"), false)) {
9090
open_url(link_twitter)
9191
}
92-
if (draw_button2(x1 + 312, y1 + 380, 72, condstr(language != 1, "YouTube", "Youtube"), false)) {
92+
if (draw_button2(x1 + 312, y1 + 380, 72, condstr(language != 1, "YouTube", "YouTube"), false)) {
9393
open_url(link_youtube)
9494
}
9595
if (draw_button2(x1 + 388, y1 + 380, 72, condstr(language != 1, "Donate", "捐赠"), false)) {

0 commit comments

Comments
 (0)