diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-24 15:48:34 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-24 15:48:34 +0400 |
commit | dd9390ed1f759d49494d4e49c5ae59aaba29133f (patch) | |
tree | 773de56c1895a567b743f51a18a8acb9779d3170 /npc/functions | |
parent | a5f6f99f969a701004c597843de1f6e06fbbdb1b (diff) | |
download | serverdata-dd9390ed1f759d49494d4e49c5ae59aaba29133f.tar.gz serverdata-dd9390ed1f759d49494d4e49c5ae59aaba29133f.tar.bz2 serverdata-dd9390ed1f759d49494d4e49c5ae59aaba29133f.tar.xz serverdata-dd9390ed1f759d49494d4e49c5ae59aaba29133f.zip |
Final language fixes in scripts.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/sailordialogue.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/sailordialogue.txt b/npc/functions/sailordialogue.txt index 1932b82b..20d81508 100644 --- a/npc/functions/sailordialogue.txt +++ b/npc/functions/sailordialogue.txt @@ -24,7 +24,7 @@ l_RandomA: mes ""; mesn; - mesq l("Oh really? I'll put some more foods on the next box then."); + mesq l("Oh really? I'll put more food in the next box then."); close; @@ -38,7 +38,7 @@ l_Fine: l_RandomB: mesq l("Thanks for the help!"); next; - mesq l("These box are way too heavy to be brought alone onto the ship."); + mesq l("These boxes are way too heavy to be brought alone onto the ship."); close; |