summaryrefslogtreecommitdiff
path: root/npc/000-2-1/arpan.txt
diff options
context:
space:
mode:
authorMaarten Vanraes <maarten.vanraes@gmail.com>2012-01-12 21:35:46 +0100
committerMaarten Vanraes <maarten.vanraes@gmail.com>2012-01-12 21:35:46 +0100
commit31b5fe9014044f9978a8bceb0ae3c15b7b92b6b1 (patch)
treee0c381ef71e70af8edbfd11989aad84d29491bcb /npc/000-2-1/arpan.txt
parent993833c8cfbf2ae5f153a6d1cd23168ca3d70d4c (diff)
downloadserverdata-31b5fe9014044f9978a8bceb0ae3c15b7b92b6b1.tar.gz
serverdata-31b5fe9014044f9978a8bceb0ae3c15b7b92b6b1.tar.bz2
serverdata-31b5fe9014044f9978a8bceb0ae3c15b7b92b6b1.tar.xz
serverdata-31b5fe9014044f9978a8bceb0ae3c15b7b92b6b1.zip
Fix english translation
Diffstat (limited to 'npc/000-2-1/arpan.txt')
-rw-r--r--npc/000-2-1/arpan.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 68b9dbda..62e95fbc 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -95,7 +95,7 @@ OnTalk:
set @q, geta2(ShipQuests, ShipQuests_Arpan);
mesn;
if (@q > 0) goto l_Menu;
- mes lg("Yeye, you are really lucky to be alive. You are in good enough shape for walking do you remember what happened?");
+ mes lg("Yeye, you are really lucky to be alive. You are in good enough shape for walking, do you remember what happened?");
seta2 ShipQuests, ShipQuests_Arpan, 1;
menu
lg("I only remember I was rescued by you."), l_Story,
@@ -113,7 +113,7 @@ OnEquip:
close;
l_OhWell:
- mes lg("Oh well, we rescued you when you were yaying adrift on sea.");
+ mes lg("Oh well, we rescued you when you were yaying adrift in the sea.");
l_Story:
mes lg("You were yaying sleeping for quite some days there, our shipkeeper, Julia, was here with you, she did her best to fix your injuries during this time.");
@@ -128,7 +128,7 @@ l_Menu:
lg("Could you tell me where I am?"), l_Where,
lg("Where can I find Julia?"), l_Julia,
l("Who are you?"), l_Who,
- rif(geta(ShipQuests, ShipQuests_ArpanMoney) == 0, l("Where are my old cloths?")), l_WhereOldClothes,
+ rif(geta(ShipQuests, ShipQuests_ArpanMoney) == 0, l("Where are my old clothes?")), l_WhereOldClothes,
rif(!@equipped, lg("What should I add after taking these clothes?")), l_WhatCloth,
rif(!@equipped, l("Thank you, I'll take them."), l("Nothing, sorry.")), l_Quit;
close;
@@ -155,7 +155,7 @@ l_Julia:
mes g(l("She is on the upper level, yeye can't miss her. She is the only girl in this crew, oh well, except for you now yeyeye!"),
l("She is on the upper level, yeye can't miss her. She is the only girl in this crew."));
next;
- mes lg("You can go to your right to go on this upper level.");
+ mes lg("You can go to your right to go to the upper level.");
next;
goto l_Menu;