diff --git a/Penumbra/UI/MenuTabs/TabSettings.cs b/Penumbra/UI/MenuTabs/TabSettings.cs index 50da80e2..112c8136 100644 --- a/Penumbra/UI/MenuTabs/TabSettings.cs +++ b/Penumbra/UI/MenuTabs/TabSettings.cs @@ -262,7 +262,7 @@ public partial class SettingsInterface } ImGui.SameLine(); - ImGuiComponents.HelpMarker( "Currently does nothing." ); + ImGuiComponents.HelpMarker( "Enables other applications, e.g. Anamnesis, to use some Penumbra functions, like requesting redraws." ); } private void DrawEnabledPlayerWatcher()