From a302ff5dc5488caefebe4705e25951df0938f971 Mon Sep 17 00:00:00 2001 From: Kaeris Date: Tue, 23 Jul 2024 08:48:19 +0100 Subject: [PATCH] Typo fixes --- XIVSlothCombo/Combos/CustomComboPreset.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XIVSlothCombo/Combos/CustomComboPreset.cs b/XIVSlothCombo/Combos/CustomComboPreset.cs index 09c6e66e2..1d3c6260e 100644 --- a/XIVSlothCombo/Combos/CustomComboPreset.cs +++ b/XIVSlothCombo/Combos/CustomComboPreset.cs @@ -2275,12 +2275,12 @@ public enum CustomComboPreset [ConflictingCombos(PLD_ST_AdvancedMode)] [ReplaceSkill(PLD.FastBlade)] - [CustomComboInfo("Simple Mode - Single Target", $"Replaces Fast Blade with an all-in-one button rotation.\nThis is ideal option for newcomers to the job.", PLD.JobID, 0)] + [CustomComboInfo("Simple Mode - Single Target", $"Replaces Fast Blade with an all-in-one button rotation.\nThis is the ideal option for newcomers to the job.", PLD.JobID, 0)] PLD_ST_SimpleMode = 11000, [ConflictingCombos(PLD_AoE_AdvancedMode)] [ReplaceSkill(PLD.TotalEclipse)] - [CustomComboInfo("Simple Mode - AoE", $"Replaces Total Eclipse with an all-in-one button rotation.\nThis is ideal option for newcomers to the job.", PLD.JobID, 1)] + [CustomComboInfo("Simple Mode - AoE", $"Replaces Total Eclipse with an all-in-one button rotation.\nThis is the ideal option for newcomers to the job.", PLD.JobID, 1)] PLD_AoE_SimpleMode = 11001, // ST Advanced Mode