Skip to content

Commit 392cdb7

Browse files
committed
Fix incorrect colon symbol in greeting window recent songs
1 parent ad71e24 commit 392cdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/draw_window_greeting/draw_window_greeting.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function draw_window_greeting() {
131131
if (recent_song[a] = "") break
132132
if (a = 0) {
133133
c += 36
134-
if (language != 1) draw_text_dynamic(b - 20, c, "Recent songs")
134+
if (language != 1) draw_text_dynamic(b - 20, c, "Recent songs:")
135135
else draw_text_dynamic(b - 20, c, "最近歌曲:")
136136
c += 16
137137
}

0 commit comments

Comments
 (0)