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
@@ -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