mirror of
https://github.com/moodle/moodle.git
synced 2025-03-24 09:30:17 +01:00
MDL-56532 tool_usertours: Correct langstring uses for top/bottom
This commit is contained in:
parent
c6698a4f0f
commit
14d9b4fd85
@ -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