summaryrefslogtreecommitdiff
path: root/npc/000-0
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-12-28 22:48:51 +0400
committerAlige <aligetmw@hotmail.fr>2012-12-28 22:48:51 +0400
commit2bd86078359e15cb0dd8f351efb1907db59cc4ad (patch)
tree726d5f60e748326a305e7610e8c75694a68d491f /npc/000-0
parente90814b89305e5b2218b17d55e18020bd5233b74 (diff)
downloadserverdata-2bd86078359e15cb0dd8f351efb1907db59cc4ad.tar.gz
serverdata-2bd86078359e15cb0dd8f351efb1907db59cc4ad.tar.bz2
serverdata-2bd86078359e15cb0dd8f351efb1907db59cc4ad.tar.xz
serverdata-2bd86078359e15cb0dd8f351efb1907db59cc4ad.zip
Fixes in the two last scripts, it is necessary to add a whitespace at the beginning of the text, just after the image, to make it look way better.
Diffstat (limited to 'npc/000-0')
-rw-r--r--npc/000-0/sailors.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index 58db2171..923bf325 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -50,16 +50,16 @@ OnTouch:
restorecam;
menu
- menuimage("flags/en","I hear you... (English)"), -,
- menuimage("flags/fr","Je vous entends..." + " (Français)"), -,
- menuimage("flags/ru","Да я вас слышу..." + " (Русский)"), -,
- menuimage("flags/es","Te oigo..." + " (Español)"), -,
- menuimage("flags/pt_BR","Eu te ouço..." + " (Português)"), -,
- menuimage("flags/de","I höre euch..." + " (Deutsch)"), -,
- menuimage("flags/vls","'k hoar ui wel..." + " (Vlaams)"), -,
- menuimage("flags/pl","Słyszę cię..." + " (Polski)"), -,
- menuimage("flags/it","Vi sento..." + " (Italiano)"), -,
- menuimage("flags/nl_BE","Ik kan je horen..." + " (Nederlands)"), -;
+ menuimage("flags/en"," I hear you... (English)"), -,
+ menuimage("flags/fr"," Je vous entends... (Français)"), -,
+ menuimage("flags/ru"," Да я вас слышу... (Русский)"), -,
+ menuimage("flags/es"," Te oigo... (Español)"), -,
+ menuimage("flags/pt_BR"," Eu te ouço... (Português)"), -,
+ menuimage("flags/de"," Ich höre euch... (Deutsch)"), -,
+ menuimage("flags/vls"," 'k hoar ui wel... (Vlaams)"), -,
+ menuimage("flags/pl"," Słyszę cię... (Polski)"), -,
+ menuimage("flags/it"," Vi sento... (Italiano)"), -,
+ menuimage("flags/nl_BE"," Ik kan je horen... (Nederlands)"), -;
set @lang, @menu-1;
if (@lang < 0 || @lang > 9) close;
setlang @lang;