v0.3.1: modified a couple strings to fit better post-font changes
This commit is contained in:
committed by
Evan Debenham
parent
e404de5f45
commit
72515aee99
@@ -59,8 +59,8 @@ public class StartScene extends PixelScene {
|
||||
private static final String TXT_LOAD = "Load Game";
|
||||
private static final String TXT_NEW = "New Game";
|
||||
|
||||
private static final String TXT_ERASE = "Erase current game";
|
||||
private static final String TXT_DPTH_LVL = "Depth: %d, level: %d";
|
||||
private static final String TXT_ERASE = "Erases Progress";
|
||||
private static final String TXT_DPTH_LVL = "Depth: %d, Level: %d";
|
||||
|
||||
private static final String TXT_REALLY = "Do you really want to start new game?";
|
||||
private static final String TXT_WARNING = "Your current game progress will be erased.";
|
||||
|
||||
@@ -37,7 +37,7 @@ import com.shatteredpixel.shatteredpixeldungeon.windows.WndBag;
|
||||
|
||||
public class QuickSlotButton extends Button implements WndBag.Listener {
|
||||
|
||||
private static final String TXT_SELECT_ITEM = "Select an item for the quickslot";
|
||||
private static final String TXT_SELECT_ITEM = "Select an item to quickslot";
|
||||
|
||||
private static QuickSlotButton[] instance = new QuickSlotButton[4];
|
||||
private int slotNum;
|
||||
|
||||
Reference in New Issue
Block a user