From 3b780156ac0a10d2c09d6489eead4a741456c7af Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 10 Jan 2012 17:39:51 +0300 Subject: Add some missing string for translations. --- npc/000-2-0/billybons.txt | 2 +- npc/000-2-1/alige.txt | 2 +- npc/000-2-1/devis.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt index c5c3d9ab..9d53cf8f 100644 --- a/npc/000-2-0/billybons.txt +++ b/npc/000-2-0/billybons.txt @@ -63,7 +63,7 @@ l_Secret: goto l_Quit; l_Hips: - mesq "*hick*"; + mesq l("*hick*"); close; l_Quit: diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 3a520de3..f677df08 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -166,7 +166,7 @@ l_AskForFood: mesn; - mesq "Do you have anything for me today?"; + mesq l("Do you have anything for me today?"); next; menu diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt index d2a6c12c..c0a85e27 100644 --- a/npc/000-2-1/devis.txt +++ b/npc/000-2-1/devis.txt @@ -9,9 +9,9 @@ if (@q == 0) goto l_Zzz; goto l_Grm; l_Zzz: - mes "Zzzzzzzzzz"; + mes l("Zzzzzzzzzz"); close; l_Grm: - mes "Ggrmm grmmm..."; + mes l("Ggrmm grmmm..."); close; } -- cgit v1.2.3-70-g09d2