diff --git a/Craftimizer/Windows/Settings.cs b/Craftimizer/Windows/Settings.cs index 129fd26..003ff1c 100644 --- a/Craftimizer/Windows/Settings.cs +++ b/Craftimizer/Windows/Settings.cs @@ -374,7 +374,7 @@ public sealed class Settings : Window, IDisposable { DrawOption( "Remove Wait Times", - "Remove at the end of every action. Useful for SomethingNeedDoing.", + "Remove at the end of every action.", Config.MacroCopy.RemoveWaitTimes, v => Config.MacroCopy.RemoveWaitTimes = v, ref isDirty @@ -382,7 +382,7 @@ public sealed class Settings : Window, IDisposable DrawOption( "Combine Macro", - "Doesn't split the macro into smaller macros. Useful for SomethingNeedDoing.", + "Doesn't split the macro into smaller macros.", Config.MacroCopy.CombineMacro, v => Config.MacroCopy.CombineMacro = v, ref isDirty