Merge branch 'i1-configurator-typos' of whats_his_face/Traitor into master

master
NathanS21 2022-01-16 19:28:35 +00:00 committed by Gogs
commit fbeeee6dec
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ function tasks.configuration_formspec(infotext, time_min, time_max, xp)
local formspec =
'formspec_version[3]'..
'size[8,6]'..
'textarea[.5,.5;7,2;;;Set the minimum and maximum time a task will run before breaking down, and the XP to be awared upon completion of the task. '..
'Minium time must be 5 or more seconds, and max time must be 20 or more seconds. Whole numbers only.\n'..
'textarea[.5,.5;7,2;;;Set the minimum and maximum time a task will run before breaking down, and the XP to be awarded upon completion of the task. '..
'Minimum time must be 5 or more seconds, and max time must be 20 or more seconds. Whole numbers only.\n'..
'Pro-tip, set the min and max times the same to remove randomization.]'..
'field[1,3;6,.5;infotext;Infotext;'..infotext..']'..
'field[1,4;2,.5;time_min;Minimum time;'..time_min..']'..