summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-07-11 15:24:22 +0200
committerAlige <gauvain.dauchy@free.fr>2016-07-11 15:24:22 +0200
commitd19b60452329d2318f9898cd67becc4ce3b71515 (patch)
tree1cfc07cb1e99206772c6d1d61cc08d88984544b9
parent71ffc95c7955b584a255977ad5d61749828c79b1 (diff)
downloadserverdata-d19b60452329d2318f9898cd67becc4ce3b71515.tar.gz
serverdata-d19b60452329d2318f9898cd67becc4ce3b71515.tar.bz2
serverdata-d19b60452329d2318f9898cd67becc4ce3b71515.tar.xz
serverdata-d19b60452329d2318f9898cd67becc4ce3b71515.zip
In the marriage script, a sentence couldn't be translated for different male/female.
-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 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())