diff options
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); |