Skip to content

Commit

Permalink
corrected wording for clarifactions
Browse files Browse the repository at this point in the history
  • Loading branch information
LTS-FFXIV authored Apr 5, 2024
1 parent 7c99c6c commit 28e6b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Configuration/Configs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public const string
[ConditionBool, UI("Use AoE actions", Filter = AutoActionUsage)]
private static readonly bool _useAOEAction = true;

[ConditionBool, UI("Use AoE actions in manual mode.", Parent = nameof(UseAoeAction))]
[ConditionBool, UI("Use single target AoE actions in manual mode.", Parent = nameof(UseAoeAction))]
private static readonly bool _useAOEWhenManual = false;

[ConditionBool, UI("Automatically trigger dps burst phase.", Filter = AutoActionCondition)]
Expand Down

0 comments on commit 28e6b7f

Please sign in to comment.