diff options
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/ui/PurchaseItem.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/com/ilotterytea/maxoning/ui/PurchaseItem.java b/core/src/com/ilotterytea/maxoning/ui/PurchaseItem.java index 367dfb9..b8c44f9 100644 --- a/core/src/com/ilotterytea/maxoning/ui/PurchaseItem.java +++ b/core/src/com/ilotterytea/maxoning/ui/PurchaseItem.java @@ -17,7 +17,7 @@ public class PurchaseItem extends Stack { Table summary = new Table(); summary.setHeight(super.getHeight()); - Label title = new Label(String.format("%s\n(%s)", name, string), skin, "purchaseitem_title"); + Label title = new Label(String.format("%s\n(%s)", name, price), skin, "purchaseitem_title"); summary.add(title).fillX().row(); |
