Skip to content

Commit

Permalink
Update halloffame.php
Browse files Browse the repository at this point in the history
Grammar; added a comma
"stats on your ranking visit "
->
"stats on your ranking, visit "
  • Loading branch information
firexe authored Jun 20, 2019
1 parent 525f0a4 commit bd5d263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halloffame.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
$players = $Misc->RankingPlayers;

print '<p class = "hof">'.l_t('You are ranked %s out of %s players with over 100%s','<a href="#me" class="light">#'.$position.'</a>',$players,libHTML::points()).
l_t('. For more stats on your ranking visit <a class="light" href="profile.php?userID='.$User->id.'">your profile</a>.').'</p>';
l_t('. For more stats on your ranking, visit <a class="light" href="profile.php?userID='.$User->id.'">your profile</a>.').'</p>';
}

$i=1;
Expand Down

0 comments on commit bd5d263

Please sign in to comment.