diff --git a/dat/missions/cargo.lua b/dat/missions/cargo.lua index 7bac7d0..ac36c31 100644 --- a/dat/missions/cargo.lua +++ b/dat/missions/cargo.lua @@ -19,8 +19,8 @@ else -- Default english. full_msg = "Your ship is too full. You need to make room for %d more tons if you want to be able to accept the mission." accept_title = "Mission Accepted" accept_msg = {} - accpet_msg[1] = "The Workers load the %d tons of %s onto your ship." - accpet_msg[2] = "The %s board your ship." + accept_msg[1] = "The Workers load the %d tons of %s onto your ship." + accept_msg[2] = "The %s board your ship." toomany_title = "Too many missions" toomany_msg = "You have too many active missions." finish_title = "Succesful Delivery"