From 07cadb5a6463cc586e528b1a764f1ed4c98b90b2 Mon Sep 17 00:00:00 2001
From: Sheila <chibiflonne@gmail.com>
Date: Thu, 2 Mar 2017 17:58:16 -0300
Subject: [PATCH] needless capitalization

---
 game/modules/tome/data/talents/gifts/slime.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/talents/gifts/slime.lua b/game/modules/tome/data/talents/gifts/slime.lua
index 898d17a4c6..fa78a5ff4d 100644
--- a/game/modules/tome/data/talents/gifts/slime.lua
+++ b/game/modules/tome/data/talents/gifts/slime.lua
@@ -116,7 +116,7 @@ newTalent{
 		return true
 	end,
 	info = function(self, t)
-		return ([[Your skin drips with acid, damaging all that hit you for %0.1f Disarming Acid damage.
+		return ([[Your skin drips with acid, damaging all that hit you for %0.1f disarming acid damage.
 		The damage increases with your Mindpower.]]):format(damDesc(self, DamageType.ACID, t.getDamage(self, t)))
 	end,
 }
-- 
GitLab