From 03c2f06b9dbbb0144c8b1303e9fa809b47651edc Mon Sep 17 00:00:00 2001 From: "Igor Barkov [iwork]" Date: Fri, 15 Feb 2019 19:02:03 +0200 Subject: [PATCH] typo --- classes/ShopItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/ShopItem.php b/classes/ShopItem.php index aa87a08..70a3278 100644 --- a/classes/ShopItem.php +++ b/classes/ShopItem.php @@ -62,7 +62,7 @@ BTN; $btnLink = "?back={$this->id}&rnd=" . mt_rand(); break; case 'marketbuy': - $btnValue = "Купить " . intval($this->setsale) . " кр."; + $btnValue = "Купить за " . intval($this->setsale) . " кр."; $btnLink = "?otdel={$this->otdel}&set={$this->id}&rnd=" . mt_rand(); break; }