diff --git a/Dalamud/Fools/FoolsManager.cs b/Dalamud/Fools/FoolsManager.cs index a8fa3d624..d81d1dbe6 100644 --- a/Dalamud/Fools/FoolsManager.cs +++ b/Dalamud/Fools/FoolsManager.cs @@ -85,7 +85,7 @@ internal class FoolsManager : IDisposable, IServiceType { Name = "DailyLifeDuty", InternalName = "DailyLifeDutyPlugin", - Description = "Easily Track Daily and Weekly tasks... in real life", + Description = "We were just informed there are these things called \"chores\" outside the game. No worries, though, we can track them!", Author = "MidoriKami", RealAuthor = "Berna", Type = typeof(DailyLifeDutyPlugin), @@ -144,7 +144,6 @@ internal class FoolsManager : IDisposable, IServiceType RealAuthor = "Berna", Type = typeof(YesHealMePlugin), }, - }; }