Fix typo (#51)

Fixes a typo. A truly horrifying bug.
This commit is contained in:
HoloWise
2023-06-03 16:41:40 +02:00
committed by GitHub
parent 9bdb359391
commit de36e9e8bd

View File

@@ -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;
}
}
}