Merge branch 'MDL-56532-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
David Monllao 2016-10-25 12:43:36 +08:00
commit f5b07540c7

View File

@ -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'),
];