From 7c2dac640bbf6feb3003057b8b51100879fc21cc Mon Sep 17 00:00:00 2001 From: Alige Date: Tue, 6 Nov 2012 11:16:24 +0400 Subject: Major language fix in scripts. --- npc/functions/sailordialogue.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/functions/sailordialogue.txt') diff --git a/npc/functions/sailordialogue.txt b/npc/functions/sailordialogue.txt index 70eb85c3..1932b82b 100644 --- a/npc/functions/sailordialogue.txt +++ b/npc/functions/sailordialogue.txt @@ -15,7 +15,7 @@ function script SailorFood { l_RandomA: mesq l("Hey."); next; - mesq l("What does Gugli said about the box? Was it ok?"); + mesq l("What did Gugli said about the box? Was it ok?"); next; menu @@ -38,12 +38,12 @@ l_Fine: l_RandomB: mesq l("Thanks for the help!"); next; - mesq l("These box are way too heavy to be brought alone to the ship."); + mesq l("These box are way too heavy to be brought alone onto the ship."); close; l_RandomC: - mesq l("I think that I'm soon done, I'll soon got a box full of @@s!", getitemlink("CrocClaw")); + mesq l("I think that I'm soon done since I'll soon have a box full of @@s!", getitemlink("CrocClaw")); next; mesq l("And you? How's it going on your side?"); next; -- cgit v1.2.3-70-g09d2