Minor - Fix lang var - refs BT#14409

pull/2573/head
Angel Fernando Quiroz Campos 8 years ago
parent dbc0ff4c9d
commit 161a2f43cc
  1. 2
      main/exercise/Draggable.php

@ -88,7 +88,7 @@ class Draggable extends Question
$form->addRadio(
'orientation',
get_lang('Orientation'),
get_lang('ChooseOrientation'),
['h' => get_lang('Horizontal'), 'v' => get_lang('Vertical')]
);

Loading…
Cancel
Save