From de36e9e8bd43a7716bb7b7e21e9b1d1bc4d172ec Mon Sep 17 00:00:00 2001 From: HoloWise <36460595+HoloWise@users.noreply.github.com> Date: Sat, 3 Jun 2023 16:41:40 +0200 Subject: [PATCH] Fix typo (#51) Fixes a typo. A truly horrifying bug. --- MareSynchronos/UI/SettingsUi.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MareSynchronos/UI/SettingsUi.cs b/MareSynchronos/UI/SettingsUi.cs index 42f663e..839f24a 100644 --- a/MareSynchronos/UI/SettingsUi.cs +++ b/MareSynchronos/UI/SettingsUi.cs @@ -365,7 +365,7 @@ public class SettingsUi : WindowMediatorSubscriberBase UiSharedService.FontText("Export MCDF", _uiShared.UidFont); UiSharedService.TextWrapped("This feature allows you to pack your character into a MCDF file and manually send it to other people. MCDF files can officially only be imported during GPose through Mare. " + - "Be aware that the possibility exists that people write unoffocial custom exporters to extract the containing data."); + "Be aware that the possibility exists that people write unofficial custom exporters to extract the containing data."); ImGui.Checkbox("##readExport", ref _readExport); ImGui.SameLine(); @@ -995,4 +995,4 @@ public class SettingsUi : WindowMediatorSubscriberBase _wasOpen = IsOpen; IsOpen = false; } -} \ No newline at end of file +}