Changed language var from HotPotatoes to Hotpotatoes to use it from trad4all

1.9.x
Yannick Warnier 11 years ago
parent 198db4f823
commit bb2b386335
  1. 2
      main/exercice/hotpotatoes.php

@ -76,7 +76,7 @@ $form->addElement('hidden', 'fld', $fld);
$form->addElement('hidden', 'imgcount', $imgcount);
$form->addElement('hidden', 'finish', $finish);
$form->addElement('html', GenerateHiddenList($imgparams));
$form->addElement('advanced_settings', Display::return_icon('hotpotatoes.jpg', get_lang('HotPotatoes')));
$form->addElement('advanced_settings', Display::return_icon('hotpotatoes.jpg', get_lang('Hotpotatoes')));
$label = get_lang('DownloadImg').' : ';
if ($finish == 0) {
$label = get_lang('DownloadFile').' : ';

Loading…
Cancel
Save