diff --git a/LightlessSync/UI/SettingsUi.cs b/LightlessSync/UI/SettingsUi.cs index 96a300b..207455e 100644 --- a/LightlessSync/UI/SettingsUi.cs +++ b/LightlessSync/UI/SettingsUi.cs @@ -3249,16 +3249,16 @@ public class SettingsUi : WindowMediatorSubscriberBase var labels = new[] { - "Unsafe", - "Safe (Race)", - "Safest (Race + Bones)", + "Unsafe (Off)", + "Safe (Race Check)", + "Safest (Race + Bones Check)", }; var tooltips = new[] { - "No validation. Fastest, but may allow incompatible animations (riskier).", - "Validates skeleton race + modded skeleton check (recommended).", - "Requires matching skeleton race + bone compatibility (strictest).", + "No validation. Fastest, but may allow incompatible animations.", + "Validates skeleton race + modded skeleton check. Will be safer to use but will block some animations", + "Requires matching skeleton race + bone compatibility. Will block alot, not recommended.", };