diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Burning.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Burning.java index 95faee25b..aaa69043a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Burning.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Burning.java @@ -86,7 +86,7 @@ public class Burning extends Buff implements Hero.Doom { if (item instanceof Scroll) { item = item.detach( hero.belongings.backpack ); - GLog.w( Messages.get(this, "burnsup", item.toString()) ); + GLog.w( Messages.get(this, "burnsup", Messages.capitalize(item.toString())) ); Heap.burnFX( hero.pos );