Adjust translation re qso count (#2)

* Adjust translation re qso count

* Use intval
This commit is contained in:
Florian (DF2ET)
2025-01-29 10:00:21 +01:00
committed by GitHub
parent 85dd7b7589
commit 4309bf1a2d

View File

@@ -776,7 +776,7 @@
</div>
</div>
<small style="float: right;"><?= sprintf(__("Max. %s previous contacts are shown"), $qso_count); ?></small>
<small style="float: right;"><?= sprintf(_ngettext("Max. %d previous contact is shown", "Max. %d previous contacts are shown", intval($qso_count)), intval($qso_count)); ?></small>
</div>
</div>