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/custom/Auctioneer.txt | |
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/custom/Auctioneer.txt')
-rw-r--r-- | npc/custom/Auctioneer.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/custom/Auctioneer.txt b/npc/custom/Auctioneer.txt index 14ca7d331..644899198 100644 --- a/npc/custom/Auctioneer.txt +++ b/npc/custom/Auctioneer.txt @@ -58,7 +58,7 @@ L_NameLoop: set @num,@num+1; if(@num<10) goto L_NameLoop; if(getarraysize($AItems)==10) goto L_AFull; - menu "I want to register an item now",L_IRegister,"I dont want to leave an item",-; + menu "I want to register an item now",L_IRegister,"I don't want to leave an item",-; L_End: mes "[Auctioneer]"; mes "Ok, come back whenever"; @@ -183,7 +183,7 @@ L_AItemsLoop: close; L_NotEnough: mes "[Auctioneer]"; - mes "Seems you dont have that much "+getitemname(@setitem)+"'s"; + mes "Seems you don't have that much "+getitemname(@setitem)+"'s"; close; // If the Auction has enterd phase 2, it will run this, during this time items you can bid on registerd // No items can be retrieved during this time, they are now stuck @@ -238,7 +238,7 @@ L_LowZeny: mes "Please either get more money, or bid lower"; close; L_CantBid: - mes "Sorry, you cant bid on your own lots"; + mes "Sorry, you can't bid on your own lots"; close; L_LowBid: mes "[Auctioneer]"; @@ -342,7 +342,7 @@ L_Winner: close; L_2lowzeny: mes "[Auctioneer]"; - mes "Sorry it seems you dont have enough zeny on you, please acquire more"; + mes "Sorry it seems you don't have enough zeny on you, please acquire more"; close; L_Back: mes "[Auctioneer]"; |