diff --git a/BossMod/Autorotation/Standard/akechi/DPS/AkechiDRG.cs b/BossMod/Autorotation/Standard/akechi/DPS/AkechiDRG.cs index b2d52ba9c..138c674de 100644 --- a/BossMod/Autorotation/Standard/akechi/DPS/AkechiDRG.cs +++ b/BossMod/Autorotation/Standard/akechi/DPS/AkechiDRG.cs @@ -36,8 +36,8 @@ public static RotationModuleDefinition Definition() .AddOption(AOEStrategy.ForceBuffsST, "Only 1-4-5 ST", "Force only ST 1-4-5 rotation (Buff & DoT only)", supportedTargets: ActionTargets.Hostile) .AddOption(AOEStrategy.ForceAOE, "Force AOE", "Force AOE rotation, even if less than 3 targets"); res.Define(Track.Hold).As("Cooldowns", "CDs", uiPriority: 190) - .AddOption(HoldStrategy.Allow, "Allow", "Forbid use of all cooldowns & buffs") - .AddOption(HoldStrategy.Forbid, "Forbid", "Forbid use of all cooldowns & buffs"); + .AddOption(HoldStrategy.Allow, "Allow", "Allow the use of all cooldowns & buffs") + .AddOption(HoldStrategy.Forbid, "Forbid", "Forbid the use of all cooldowns & buffs"); res.Define(Track.Dives).As("Dives", uiPriority: 185) .AddOption(DivesStrategy.AllowMaxMelee, "Allow Max Melee", "Allow Jump, Stardiver, & Dragonfire Dive only at max melee range (within 3y)") .AddOption(DivesStrategy.AllowCloseMelee, "Allow Close Melee", "Allow Jump, Stardiver, & Dragonfire Dive only at close melee range (within 1y)")