diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicalInfusion.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicalInfusion.java index 47b8c40a4..a7d6ceb60 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicalInfusion.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicalInfusion.java @@ -61,6 +61,6 @@ public class ScrollOfMagicalInfusion extends InventoryScroll { return "This scroll will infuse a weapon or armor with powerful magical energy.\n\n" + "In addition to being upgraded, A weapon will gain a magical enchantment, or armor will be imbued with a magical glyph.\n\n" + - "If the item already has an enchantment or glyph, it will never be erased by the upgrade."; + "If the item already has an enchantment or glyph, it will never be erased by this scroll."; } }