From d19b60452329d2318f9898cd67becc4ce3b71515 Mon Sep 17 00:00:00 2001 From: Alige Date: Mon, 11 Jul 2016 15:24:22 +0200 Subject: In the marriage script, a sentence couldn't be translated for different male/female. --- npc/functions/marriage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/functions/marriage.txt b/npc/functions/marriage.txt index 28fb3720..186abaf6 100644 --- a/npc/functions/marriage.txt +++ b/npc/functions/marriage.txt @@ -235,7 +235,7 @@ function script marriagedivorce { l("Nothing"))) { case 1: - speech l("Are you sure?"); + speech lg("Are you sure?"); if (askyesno() == ASK_YES) { if (divorce()) -- cgit v1.2.3-70-g09d2