Lancer un combat
+
diff --git a/lang/en.php b/lang/en.php index 482f0a7..f0603ed 100644 --- a/lang/en.php +++ b/lang/en.php @@ -4,5 +4,6 @@ $lang=array( 'SITE_DESCRIPTION' => 'blah blah blah but english', 'HOME' => 'Home page', 'VICTORIES' => 'victories', - 'DRAW' => 'drawn match' + 'DRAW' => 'drawn match', + 'MAKE_DUEL' => 'Organise a duel' ); \ No newline at end of file diff --git a/lang/fr.php b/lang/fr.php index 87b30a5..890596b 100644 --- a/lang/fr.php +++ b/lang/fr.php @@ -7,6 +7,7 @@ $lang=array( Ce site permet de faire s\'affronter les bots des différents développeurs.
', 'HOME' => 'accueil', 'VICTORIES' => 'victoires', - 'DRAW' => 'matchs nuls' + 'DRAW' => 'matchs nuls', + 'MAKE_DUEL' => 'Provoquer un duel' ); \ No newline at end of file diff --git a/src/arenas/tictactoe/public.php b/src/arenas/tictactoe/public.php index 9a043f9..066674c 100644 --- a/src/arenas/tictactoe/public.php +++ b/src/arenas/tictactoe/public.php @@ -13,7 +13,7 @@ if(!$postParams){ ?>