diff --git a/main/exercise/Draggable.php b/main/exercise/Draggable.php index 0aaa96e3a1..d099d1d065 100644 --- a/main/exercise/Draggable.php +++ b/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')] );