diff --git a/application/views/qso/index.php b/application/views/qso/index.php
index 0f873e5fc..83d74988c 100644
--- a/application/views/qso/index.php
+++ b/application/views/qso/index.php
@@ -776,7 +776,7 @@
- = sprintf(__("Max. %s previous contacts are shown"), $qso_count); ?>
+ = sprintf(_ngettext("Max. %d previous contact is shown", "Max. %d previous contacts are shown", intval($qso_count)), intval($qso_count)); ?>