From 9328920ec94e5f670cb7388f5486bbf0c4390611 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 26 Apr 2018 11:11:22 -0400 Subject: [PATCH] v0.6.5: fixed a typo with some of augmentation --- .../shatteredpixeldungeon/messages/items/items.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties b/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties index cbdb92a11..3780ff818 100644 --- a/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties +++ b/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties @@ -666,7 +666,7 @@ items.stones.inventorystone.ac_use=USE items.stones.stoneofaugmentation.name=Stone of Augmentation items.stones.stoneofaugmentation.inv_title=Augment an item -items.stones.stoneofaugmentation.desc=This runestone possesses pontent magic, which can augment equipment to enhance one property at the cost of another.\n\nUsing on a weapon will allow you to enhance either speed or damage.\n\nUsing on armor will allow you to enhance either defense or evasion. +items.stones.stoneofaugmentation.desc=This runestone possesses potent magic which can augment equipment to enhance one property at the cost of another.\n\nUsing on a weapon will allow you to enhance either speed or damage.\n\nUsing on armor will allow you to enhance either defense or evasion. items.stones.stoneofaugmentation$wndaugment.choice=What would you like to enhance? items.stones.stoneofaugmentation$wndaugment.speed=Speed items.stones.stoneofaugmentation$wndaugment.damage=Damage