diff --git a/CustomizePlus/UI/Windows/MainWindow/Tabs/Profiles/ProfilePanel.cs b/CustomizePlus/UI/Windows/MainWindow/Tabs/Profiles/ProfilePanel.cs index fb527f6..8264412 100644 --- a/CustomizePlus/UI/Windows/MainWindow/Tabs/Profiles/ProfilePanel.cs +++ b/CustomizePlus/UI/Windows/MainWindow/Tabs/Profiles/ProfilePanel.cs @@ -181,7 +181,7 @@ public class ProfilePanel if (ImGui.Checkbox("##Enabled", ref enabled)) _manager.SetEnabled(_selector.Selected!, enabled); ImGuiUtil.LabeledHelpMarker("Enabled", - "Whether the templates in this profile should be applied at all. Only one profile can be enabled for a character at the same time."); + "Whether the templates in this profile should be applied at all."); } } }