diff options
author | WildX <wildx@evolonline.org> | 2016-09-05 19:12:58 +0000 |
---|---|---|
committer | GitLab <gitlab@gitlab.com> | 2016-09-18 23:58:32 +0000 |
commit | 9d131f06d608164f48687c5ca137bb775898c9f9 (patch) | |
tree | 9a8e18417483ae237839d229a346ec6fc53ab913 /npc | |
parent | e90e8309ce3fd76a99c9971926a5742b2337fe7a (diff) | |
download | serverdata-9d131f06d608164f48687c5ca137bb775898c9f9.tar.gz serverdata-9d131f06d608164f48687c5ca137bb775898c9f9.tar.bz2 serverdata-9d131f06d608164f48687c5ca137bb775898c9f9.tar.xz serverdata-9d131f06d608164f48687c5ca137bb775898c9f9.zip |
Grammar changes
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-0/julia.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index 8206a0b9..387093b6 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -142,7 +142,7 @@ function chooseLang { mes ""; mesn; - mesq l("Of course! Tell me which language you speak and I will change the note on the ship board list."); + mesq l("Of course! Tell me which language you speak and I will change the note on the ship passenger list."); next; select @@ -318,7 +318,7 @@ OnTouch: next; mesq lg("I'm glad to see you're okay."); next; - mesq lg("Could I ask you what your native language is? A sailor told me you're russian, but another one told me you're french... I'm a bit lost. I will register you on the ship boarding list just after that."); + mesq lg("Could I ask you what your native language is? A sailor told me you're Russian, but another one told me you're French... I'm a bit lost. I will register you on the ship passenger list just after that."); next; chooseLang ""; mainMenu; |