diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-21 12:12:04 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-21 12:12:04 +0000 |
commit | 932c76a02329e9c1b40f2b3d134ef22c55c19243 (patch) | |
tree | 802b8dbc1594413f2f25b7e770854b10883c8d6d /npc/events | |
parent | 4ef9dcc884c7b27a4f29b932461f76470cb0689a (diff) | |
download | hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.gz hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.bz2 hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.xz hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.zip |
Typo hunt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9684 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events')
-rw-r--r-- | npc/events/custom/valentinesdayexp.txt | 4 | ||||
-rw-r--r-- | npc/events/valentinesday.txt | 6 | ||||
-rw-r--r-- | npc/events/whiteday.txt | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/npc/events/custom/valentinesdayexp.txt b/npc/events/custom/valentinesdayexp.txt index ac6f6816c..c42307c80 100644 --- a/npc/events/custom/valentinesdayexp.txt +++ b/npc/events/custom/valentinesdayexp.txt @@ -125,7 +125,7 @@ L_NONE: L_NOTENO: mes "[Stephen]"; - mes "I'm sorry but it seems you cant afford to buy these of me."; + mes "I'm sorry but it seems you can't afford to buy these of me."; close; } @@ -188,7 +188,7 @@ L_NONE: L_NOTENO: mes "[Jainie]"; - mes "I'm sorry but it seems you cant afford to buy these of me."; + mes "I'm sorry but it seems you can't afford to buy these of me."; close; L_NOMILK: diff --git a/npc/events/valentinesday.txt b/npc/events/valentinesday.txt index 5be84fcab..d35a99812 100644 --- a/npc/events/valentinesday.txt +++ b/npc/events/valentinesday.txt @@ -40,7 +40,7 @@ M_CHOCO: mes "I knew it!"; mes "But I can't sell you more then 5 at once....but, if you really need more...."; mes "you can come back again."; - mes "So how many do u want?"; + mes "So how many do you want?"; next; set @needmon,0; input @flag_num; @@ -59,13 +59,13 @@ M_CHOCO: L_ERR: mes "[Stephen]"; - mes "I'm sorry but I can't give u that many."; + mes "I'm sorry but I can't give you that many."; L_NONE: close; L_NOTENO: mes "[Stephen]"; - mes "I'm sorry but it seems u cant afford to buy these off me"; + mes "I'm sorry but it seems you can't afford to buy these off me."; close; } diff --git a/npc/events/whiteday.txt b/npc/events/whiteday.txt index 073ed37a9..e9e5e3d9f 100644 --- a/npc/events/whiteday.txt +++ b/npc/events/whiteday.txt @@ -32,7 +32,7 @@ alberta.gat,188,64,4 script Sugar 91,{ mes "heartfelt like"; mes "the sweetness of the present some how."; next; - menu "Please give me!",-,"I dont need it.",M_END,"The teacher.",M_L1; + menu "Please give me!",-,"I don't need it.",M_END,"The teacher.",M_L1; mes "[Sugar]"; mes "Yes!"; @@ -82,7 +82,7 @@ L_INPUT: mes "These sweets are really delicious."; mes "Since my teacher of sweet is the No.1 teacher's in world!"; mes "Although you may eat by yourself"; - mes "dont eat so much or you'll grow fat."; + mes "don't eat so much or you'll grow fat."; mes "Please take care!!!"; close; @@ -97,7 +97,7 @@ M_L1: mes "[Sugar]"; mes "Although selling is seemingly to carried out ...."; mes "Where he is now?"; - mes "Which I dont know."; + mes "Which I don't know."; close; L_ERROR: |