From e2b205209ce7a747f2b41700204da67a6441f9e7 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 15 Oct 2022 18:46:07 +0200 Subject: Исправлено использование несуществующей переменной MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/com/ilotterytea/maxoning/ui/PurchaseItem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/com/ilotterytea/maxoning') 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(); -- cgit v1.2.3