diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java index e2af9667f..2bc24a1ad 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java @@ -169,7 +169,7 @@ public class Thief extends Mob { "Over time, this place has taken their minds as well as their freedom. " + "Long ago, these crazy thieves and bandits have forgotten who they are and why they steal.\n\n" + "These enemies are more likely to steal and run than they are to fight. " + - "Make sure to keep them in sight, of you might never see your stolen item again."; + "Make sure to keep them in sight, or you might never see your stolen item again."; if (item != null) { desc += String.format( TXT_CARRIES, Utils.capitalize( this.name ), item.name() );