diff --git a/Penumbra/Penumbra.cs b/Penumbra/Penumbra.cs index a0f1025b..6a3c23ad 100644 --- a/Penumbra/Penumbra.cs +++ b/Penumbra/Penumbra.cs @@ -348,7 +348,7 @@ public class Penumbra : IDalamudPlugin else { Dalamud.Chat.Print( "Missing arguments, the correct command format is:" - + " /penumbra collection {default|forced} " ); + + " /penumbra collection {default} " ); } break; diff --git a/Penumbra/UI/ConfigWindow.CollectionsTab.cs b/Penumbra/UI/ConfigWindow.CollectionsTab.cs index 8b2ff916..a22c3151 100644 --- a/Penumbra/UI/ConfigWindow.CollectionsTab.cs +++ b/Penumbra/UI/ConfigWindow.CollectionsTab.cs @@ -115,8 +115,7 @@ public partial class ConfigWindow DrawCollectionSelector( "##default", _window._inputTextWidth.X, ModCollection.Type.Default, true, null ); ImGui.SameLine(); ImGuiUtil.LabeledHelpMarker( "Default Collection", - "Mods in the default collection are loaded for any character that is not explicitly named in the character collections below.\n" - + "They also take precedence before the forced collection." ); + "Mods in the default collection are loaded for any character that is not explicitly named in the character collections below.\n" ); } // We do not check for valid character names.