MDL-56532 tool_usertours: Correct langstring uses for top/bottom

This commit is contained in:
Andrew Nicols 2016-10-25 12:15:34 +08:00
parent c6698a4f0f
commit 14d9b4fd85

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