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; }