Skip to content

Commit bc3b075

Browse files
committed
Change TPS to t/s in tempo tapper window
1 parent 30a53d6 commit bc3b075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/draw_window_tempo_tapper/draw_window_tempo_tapper.gml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ function draw_window_tempo_tapper() {
2222
}
2323
if (language != 1) {
2424
if (use_bpm) draw_areaheader(x1 + 10, y1 + 43, 120, 35, "BPM (T to tap)")
25-
else draw_areaheader(x1 + 10, y1 + 43, 120, 35, "TPS (T to tap)")
25+
else draw_areaheader(x1 + 10, y1 + 43, 120, 35, "t/s (T to tap)")
2626
} else {
2727
if (use_bpm) draw_areaheader(x1 + 10, y1 + 43, 120, 35, "BPM (按T打节奏)")
28-
else draw_areaheader(x1 + 10, y1 + 43, 120, 35, "TPS (按T打节奏)")
28+
else draw_areaheader(x1 + 10, y1 + 43, 120, 35, "t/s (按T打节奏)")
2929
}
3030

3131
//tempoo = draw_textarea(57, x1 + 15, y1 + 50, 113, 25, string(tempoo), "Will always floor to integer if using BPM.")

0 commit comments

Comments
 (0)