From dd2b842723f88082449c76362c157b34841770db Mon Sep 17 00:00:00 2001 From: Bernardo Lopes Date: Mon, 20 Mar 2023 11:12:12 -0300 Subject: [PATCH] Change DailyLifeDuty description. --- Dalamud/Fools/FoolsManager.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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), }, - }; }