This commit is contained in:
Alicia 2019-02-23 17:00:26 +00:00
parent 89c65d1d98
commit 1538ba4840
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ TitleBar=About
{{ $scoreCount := qb "SELECT COUNT(*) as Count FROM scores" }}
{{ $scoreCountRx := qb "SELECT COUNT(*) as Count FROM scores_relax" }}
{{ $scoreCountAp := qb "SELECT COUNT(*) as Count FROM scores_auto" }}
<p>With {{ .T "%s Vanilla Scores, %s Relax Scores, %s Autopilot Scores and %s Registered Players (With %s people online currently!) you'd be crazy not to play!" $scoreCount $scoreCountRx $scoreCountAp (rediget "ripple:online_users") (rediget "ripple:registered_users") | html}}</p>
<p>With {{ .T "%s Vanilla Scores, %s Relax Scores, %s Autopilot Scores and %s Registered Players (With %s people online currently!) you'd be crazy not to play!" $scoreCount.Count $scoreCountRx.Count $scoreCountAp.Count (rediget "ripple:online_users") (rediget "ripple:registered_users") | html}}</p>
</div>
</div>
</div>