From a64bbd22fea794d7bef2277f87fbf66caf2ff6a3 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sun, 27 Dec 2015 12:57:16 +0100 Subject: [PATCH] home --- html/index.php | 2 +- lang/fr.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/index.php b/html/index.php index 1e1546c..564e614 100644 --- a/html/index.php +++ b/html/index.php @@ -241,4 +241,4 @@ if (isset($_POST['xd_check'])){ Bots'Arena source code - + \ No newline at end of file diff --git a/lang/fr.php b/lang/fr.php index f55d268..dec3982 100644 --- a/lang/fr.php +++ b/lang/fr.php @@ -24,7 +24,7 @@ $lang=array( 'YOUR_ALIAS_FOR_EXEMPLE' => 'Votre pseudonyme par exemple', 'BOT_GAME' => 'Le jeu de votre bot', 'BOT_URL' => 'L\'adresse URL de votre bot', - 'BOT_DESCRIPTION' => 'Description:', + 'BOT_DESCRIPTION' => 'Description (le code html ne sera pas interprété, les URL seront transformées en lien):', 'YOUR_EMAIL_FOR_BOT_VALIDATION' =>'Votre adresse e-mail (servira pour la validation de votre BOT)', 'SAVE_BOT' => 'Enregistrer' ); \ No newline at end of file