diff --git a/lang/en.php b/lang/en.php index f0603ed..e8a1979 100644 --- a/lang/en.php +++ b/lang/en.php @@ -5,5 +5,6 @@ $lang=array( 'HOME' => 'Home page', 'VICTORIES' => 'victories', 'DRAW' => 'drawn match', - 'MAKE_DUEL' => 'Organise a duel' + 'MAKE_DUEL' => 'Organise a duel', + 'FIGHT' => 'Fight!' ); \ No newline at end of file diff --git a/lang/fr.php b/lang/fr.php index 890596b..5f55498 100644 --- a/lang/fr.php +++ b/lang/fr.php @@ -8,6 +8,7 @@ $lang=array( 'HOME' => 'accueil', 'VICTORIES' => 'victoires', 'DRAW' => 'matchs nuls', - 'MAKE_DUEL' => 'Provoquer un duel' + 'MAKE_DUEL' => 'Provoquer un duel', + 'FIGHT' => 'Baston!' ); \ No newline at end of file diff --git a/src/arenas/tictactoe/public.php b/src/arenas/tictactoe/public.php index 066674c..4e111fa 100644 --- a/src/arenas/tictactoe/public.php +++ b/src/arenas/tictactoe/public.php @@ -40,6 +40,6 @@ if(!$postParams){ ?>

-

+

\ No newline at end of file