diff --git a/startup.lua b/startup.lua index 484a668..0d66733 100644 --- a/startup.lua +++ b/startup.lua @@ -7,8 +7,8 @@ print("connecting to database...") local trans = stratumDBlib.loadTransforms("transforms","stratumDBlib") local greeting = "Welcome to Caden's Smithy!" -local instruction = "Please state your name to make a request:" -local instruction2 = "Now please type out a request." +local instruction = "Please state your name to make an order:" +local instruction2 = "Now please type out a request for your order." local pressanykey = "Press any key to continue." local lastchance1 = "Are you sure you want to put in an order?" local lastchance2 = "Press the enter key to continue."