mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 16:40:07 +01:00
Merge branch 'MDL-56532-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
f5b07540c7
@ -94,8 +94,8 @@ class configuration {
|
||||
*/
|
||||
public static function get_placement_options($default = null) {
|
||||
$values = [
|
||||
'top' => get_string('top', 'tool_usertours'),
|
||||
'bottom' => get_string('bottom', 'tool_usertours'),
|
||||
'top' => get_string('above', 'tool_usertours'),
|
||||
'bottom' => get_string('below', 'tool_usertours'),
|
||||
'left' => get_string('left', 'tool_usertours'),
|
||||
'right' => get_string('right', 'tool_usertours'),
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user