Skip to content

Commit f9d19e3

Browse files
committed
Fixed typo
Resolves #64
1 parent 27747c2 commit f9d19e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/draw_window_preferences/draw_window_preferences.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ draw_set_font(fnt_main)
1111
b = 8
1212
str[0] = "General"
1313
str[1] = "Appearance"
14-
str[2] = "Usabiliy"
14+
str[2] = "Usability"
1515
str[3] = "Playback"
1616
if (theme = 1) {
1717
draw_window(x1 + 4, y1 + 45, x1 + 496, y1 + 364)

0 commit comments

Comments
 (0)