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/000-1/jalad.txt | |
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/000-1/jalad.txt')
-rw-r--r-- | npc/000-1/jalad.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt index 0f076960..90c1d076 100644 --- a/npc/000-1/jalad.txt +++ b/npc/000-1/jalad.txt @@ -15,9 +15,9 @@ if (@q == 1) goto l_CallFunc; mesn; - mesq l("*uff*, *agh*, why don't you give me some help?"); + mesq l("*Uff*, *Argh*, why don't you give me some help?"); next; - mesq l("I'm not suited for this kind of job!"); + mesq l("I'm not suited for this kind of work!"); next; menu @@ -30,7 +30,7 @@ l_Job: mesn; mesq l("I'm the cook's assistant of the ship. I help Gado, La Johanne's Chef, in his daily work."); next; - mesq l("You should go see him. Is it one of the most experienced sailor we have."); + mesq l("You should go see him. He is one of the most experienced sailors we have."); next; menu |