GetText fait chier putain

This commit is contained in:
Boris 2022-11-15 19:22:00 +01:00
parent 89d60c4b12
commit 779eed6a37
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ echo '
<nav id="go-back-home"> <nav id="go-back-home">
<a href="home.php"> <a href="home.php">
<span> <span>
'. dgettext($_SESSION['gameId'], _('Retour au tableau de bord')) . ' Retour au tableau de bord
</span> </span>
</a> </a>
</nav> </nav>
@ -100,7 +100,7 @@ echo '
</section> </section>
'; ';
*/ */
$places = $gchange->getPlacesNearUser($player, $_SESSION['radius'], MAX_NEARBY_PLACES); $places = $gchange->getPlacesNearUser($player, $_SESSION['radius'], MAX_NEARBY_PLACES);
$selectedPlace = NULL; $selectedPlace = NULL;