diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-14 18:14:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-14 18:14:57 -0300 |
commit | 2d6126224d98b9cc4ce611e8abd72ca534be293c (patch) | |
tree | ff8097de0c9c2ee9ea996971c573b259cf92bec0 /npc/002-3 | |
parent | 76c0b5151081ee501ef626e7a7dbbbe4462fee6d (diff) | |
download | serverdata-2d6126224d98b9cc4ce611e8abd72ca534be293c.tar.gz serverdata-2d6126224d98b9cc4ce611e8abd72ca534be293c.tar.bz2 serverdata-2d6126224d98b9cc4ce611e8abd72ca534be293c.tar.xz serverdata-2d6126224d98b9cc4ce611e8abd72ca534be293c.zip |
Juliet minor update for choose lang menu
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/juliet.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/002-3/juliet.txt b/npc/002-3/juliet.txt index 514d97e5d..5b1561d53 100644 --- a/npc/002-3/juliet.txt +++ b/npc/002-3/juliet.txt @@ -50,7 +50,9 @@ function chooseLang { mes ""; mesn; - mesq l("Of course! Tell me which language you speak and I will change the note on the ship passenger list."); + mesq l("Of course! But beware that [@@https://www.transifex.com/akaras/saulc-tmw-fork|Translators@@] are always in demand!"); + next; + mesq l("Tell me which language you speak and I will change the note on the ship passenger list."); next; asklanguage(LANG_IN_SHIP); |