summaryrefslogtreecommitdiff
path: root/npc/000-2-0
diff options
context:
space:
mode:
authorcafe <cafe@cafe-EP45-UD3L.(none)>2012-01-14 14:54:46 -0200
committerAndrei Karas <akaras@inbox.ru>2012-01-14 19:58:57 +0300
commita6f686e45f312955b11eca7ea542b0666a2079a9 (patch)
treec6f0637fc6f98c5746db7906b6e771b2b3c5653c /npc/000-2-0
parentdeac80637bd3e2af271f5f5762faea20fe2cd524 (diff)
downloadserverdata-a6f686e45f312955b11eca7ea542b0666a2079a9.tar.gz
serverdata-a6f686e45f312955b11eca7ea542b0666a2079a9.tar.bz2
serverdata-a6f686e45f312955b11eca7ea542b0666a2079a9.tar.xz
serverdata-a6f686e45f312955b11eca7ea542b0666a2079a9.zip
Add portuguese option in language choice menus.
Diffstat (limited to 'npc/000-2-0')
-rw-r--r--npc/000-2-0/julia.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index d7dbe2c2..b1fc0841 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -50,10 +50,11 @@
l("I speak German") + " (Deutsch)", -,
l("I speak Dutch") + " (Nederlands)", -,
l("I speak Italian") + " (Italiano)", -,
+ l("I speak Portuguese") + " (Português)", -,
@s$, l_NoChanges;
set @lang, @menu-1;
- if (@lang < 0 || @lang > 7) close;
+ if (@lang < 0 || @lang > 8) close;
setlang @lang;
mesn;
mesq l("Ok, Done. I'm sure that you've got some questions for me, feel free to ask them!");