We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27747c2 commit f9d19e3Copy full SHA for f9d19e3
scripts/draw_window_preferences/draw_window_preferences.gml
@@ -11,7 +11,7 @@ draw_set_font(fnt_main)
11
b = 8
12
str[0] = "General"
13
str[1] = "Appearance"
14
-str[2] = "Usabiliy"
+str[2] = "Usability"
15
str[3] = "Playback"
16
if (theme = 1) {
17
draw_window(x1 + 4, y1 + 45, x1 + 496, y1 + 364)
0 commit comments