From 3db510f5c4ef20c8f4c76ba41d2bdbab700e71f7 Mon Sep 17 00:00:00 2001 From: Aria Date: Mon, 20 Dec 2004 19:31:59 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@675 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/wedding.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/other/wedding.txt b/npc/other/wedding.txt index b61552f66..48c69dd38 100644 --- a/npc/other/wedding.txt +++ b/npc/other/wedding.txt @@ -197,11 +197,11 @@ L_InProgress: close; L_WrongBrideName: mes "[Marry Happy]"; - mes "How come you forgot your wife name!? Sorry come back later when you know who you want to marry."; + mes "How come you forgot your wife's name!? Sorry come back later when you know who you want to marry."; close; L_WrongGroomName: mes "[Marry Happy]"; - mes "How come you forgot your husband name!? Sorry come back later when you know who you want to marry."; + mes "How come you forgot your husband's name!? Sorry come back later when you know who you want to marry."; close; L_NeedRing: mes "[Tristan the Third]"; @@ -376,7 +376,7 @@ L_Marry: mes "you are able to get married strait away."; mes "One must be the Groom and the other the Bride."; mes "Do you wish to register to get married?"; - if($SameSex == 1) menu "I'm gonna be the Groom",-,"I,m gonna be the Bride",L_BrideRegister,"Never mind",L_Bye; + if($SameSex == 1) menu "I'm gonna be the Groom",-,"I'm gonna be the Bride",L_BrideRegister,"Never mind",L_Bye; if(event_wedding == 1) goto L_Married; if(@register >= 1) goto L_AlreadyRegistered; if($@progress >= 2) goto L_InProgress; @@ -416,7 +416,7 @@ L_BrideRegister: if((countitem(2338) > 0) || (countitem(7170) > 0) || (@outfit == 1)) goto L_BrideRegister2; mes "[Marry Happy]"; if(sex == 1) mes "No problem sir, please fill out your name here."; - if(sex == 0) mes "No problem mis, please fill out your name here."; + if(sex == 0) mes "No problem miss, please fill out your name here."; mes "And I'll need to collect a 100,000z fee for your wedding fees and outfit."; next; if(zeny < @costbrideA) goto L_NeedZeny2; -- cgit v1.2.3-70-g09d2