summaryrefslogtreecommitdiff
path: root/npc/functions/marriage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/marriage.txt')
-rw-r--r--npc/functions/marriage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/marriage.txt b/npc/functions/marriage.txt
index bb24f439..28fb3720 100644
--- a/npc/functions/marriage.txt
+++ b/npc/functions/marriage.txt
@@ -135,7 +135,7 @@ function script marriageregister {
speech l("Ok I add your name... @@...", strcharinfo(0));
marriageregisterself();
next;
- speech l("Now wait your partner, and talk with me again");
+ speech lg("Now wait for your partner, then talk to me again.");
npctalk l("@@ registered for marriage. Waiting for partner...", strcharinfo(0));
close;
}