From 0158ff2074418c83e7b9fdc4619422f9a4a8c1c0 Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Tue, 3 Jan 2023 17:36:02 +0100 Subject: [PATCH] Fix typo in color explanations. --- Penumbra/UI/Classes/ModFileSystemSelector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Penumbra/UI/Classes/ModFileSystemSelector.cs b/Penumbra/UI/Classes/ModFileSystemSelector.cs index 7681d09c..61b46a36 100644 --- a/Penumbra/UI/Classes/ModFileSystemSelector.cs +++ b/Penumbra/UI/Classes/ModFileSystemSelector.cs @@ -484,7 +484,7 @@ public sealed partial class ModFileSystemSelector : FileSystemSelector< Mod, Mod ImGuiUtil.BulletTextColored( ColorId.DisabledMod.Value(), "disabled in the current collection." ); ImGuiUtil.BulletTextColored( ColorId.InheritedMod.Value(), "enabled due to inheritance from another collection." ); ImGuiUtil.BulletTextColored( ColorId.InheritedDisabledMod.Value(), "disabled due to inheritance from another collection." ); - ImGuiUtil.BulletTextColored( ColorId.UndefinedMod.Value(), "disabled in all inherited collections." ); + ImGuiUtil.BulletTextColored( ColorId.UndefinedMod.Value(), "unconfigured in all inherited collections." ); ImGuiUtil.BulletTextColored( ColorId.NewMod.Value(), "newly imported during this session. Will go away when first enabling a mod or when Penumbra is reloaded." ); ImGuiUtil.BulletTextColored( ColorId.HandledConflictMod.Value(),