diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-11 15:19:41 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-11 15:19:41 +0200 |
commit | 71ffc95c7955b584a255977ad5d61749828c79b1 (patch) | |
tree | 081d02a96f2a857cae2a02aee0c5bf8d4a682064 | |
parent | 3a2750afea7bdd9bbc52effeb865b68c3bd43203 (diff) | |
download | serverdata-71ffc95c7955b584a255977ad5d61749828c79b1.tar.gz serverdata-71ffc95c7955b584a255977ad5d61749828c79b1.tar.bz2 serverdata-71ffc95c7955b584a255977ad5d61749828c79b1.tar.xz serverdata-71ffc95c7955b584a255977ad5d61749828c79b1.zip |
In enora's script, a sentence couldn't be translated for male/female while needed.
-rw-r--r-- | npc/001-1/enora.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt index c7b1c933..7a86343e 100644 --- a/npc/001-1/enora.txt +++ b/npc/001-1/enora.txt @@ -339,7 +339,7 @@ function enora_paid_potions { speech 5, - l("Are you sure that they are my potions?"); + lg("Are you sure that these are my potions?"); if (askyesno() == ASK_YES) { |