This commit is contained in:
Igor Barkov [iwork] 2019-02-15 19:02:03 +02:00
parent 4544cab04b
commit 03c2f06b9d
1 changed files with 1 additions and 1 deletions

View File

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