diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ResultDescriptions.java b/src/com/shatteredpixel/shatteredpixeldungeon/ResultDescriptions.java index 10ef17e7b..4fa23b4af 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ResultDescriptions.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ResultDescriptions.java @@ -20,7 +20,7 @@ package com.shatteredpixel.shatteredpixeldungeon; public class ResultDescriptions { // Mobs - public static final String MOB = "Killed by a %s on level %d"; + public static final String MOB = "Killed by %s on level %d"; public static final String UNIQUE = "Killed by the %s on level %d"; public static final String NAMED = "Killed by %s on level %d";