diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/messages/Messages.java b/src/com/shatteredpixel/shatteredpixeldungeon/messages/Messages.java index e0dee7016..1346a966c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/messages/Messages.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/messages/Messages.java @@ -42,7 +42,7 @@ public class Messages { "com.shatteredpixel.shatteredpixeldungeon.messages.scenes.scenes", "com.shatteredpixel.shatteredpixeldungeon.messages.ui.ui", "com.shatteredpixel.shatteredpixeldungeon.messages.windows.windows", - "com.shatteredpixel.shatteredpixeldungeon.messages.misc" + "com.shatteredpixel.shatteredpixeldungeon.messages.misc.misc" }; /* diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/messages/misc.properties b/src/com/shatteredpixel/shatteredpixeldungeon/messages/misc/misc.properties similarity index 100% rename from src/com/shatteredpixel/shatteredpixeldungeon/messages/misc.properties rename to src/com/shatteredpixel/shatteredpixeldungeon/messages/misc/misc.properties