[Fix] Stupid typo in lua cargo missions.

This commit is contained in:
Allanis 2013-06-02 22:52:48 +01:00
parent 123ddb3d46
commit f749e6b10f

View File

@ -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." 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_title = "Mission Accepted"
accept_msg = {} accept_msg = {}
accpet_msg[1] = "The Workers load the %d tons of %s onto your ship." accept_msg[1] = "The Workers load the %d tons of %s onto your ship."
accpet_msg[2] = "The %s board your ship." accept_msg[2] = "The %s board your ship."
toomany_title = "Too many missions" toomany_title = "Too many missions"
toomany_msg = "You have too many active missions." toomany_msg = "You have too many active missions."
finish_title = "Succesful Delivery" finish_title = "Succesful Delivery"