Skip to content

Commit 6510689

Browse files
PurSnakeTechnikTil
andauthored
typo fix and shorted preference desc
Co-authored-by: Til <[email protected]>
1 parent 7b8d66e commit 6510689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/ui/options/PreferencesMenu.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class PreferencesMenu extends Page<OptionsState.OptionsMenuPageName>
161161
}, Preferences.debugDisplay);
162162

163163
#if FEATURE_LOST_FOCUS_VOLUME
164-
createPrefItemEnum('Focus Volume Mode', 'If enabled, game will recude its volume, when its not focused.',
164+
createPrefItemEnum('Focus Volume Mode', 'If enabled, game will reduce its volume when unfocused.',
165165
["Delayed" => "Delayed", "Instant" => "Instant", "Off" => "Off"], (key:String, value:String) -> {
166166
Preferences.lostVolumeFocusMode = value;
167167
}, Preferences.lostVolumeFocusMode);

0 commit comments

Comments
 (0)