diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-0/julia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index 373eac12..22e320fa 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -70,7 +70,7 @@ l_First: l("I speak German") + ". (Deutsch)", -,
l("I speak Flemish") + ". (Vloams)", -,
l("I speak Polish") + ". (Polski)", -,
- l("I speak Dutch") + ". (Nederlands)", -;
+ l("I speak Dutch") + ". (Nederlands)", -,
@s$, l_NoChanges;
set @lang, @menu-1;
if (@lang < 0 || @lang > 8) close;
|