From f749e6b10fc203940dec0821d63ec2af583ae29e Mon Sep 17 00:00:00 2001 From: Allanis Date: Sun, 2 Jun 2013 22:52:48 +0100 Subject: [PATCH] [Fix] Stupid typo in lua cargo missions. --- dat/missions/cargo.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"