From 771d98e7833ec7d812eb5feb00bec45cef8edb0d Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Wed, 12 Nov 2025 08:17:31 +0100 Subject: [PATCH] fixed legacy gettext typos --- application/views/oqrs/result.php | 4 ++-- application/views/station_profile/create.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/views/oqrs/result.php b/application/views/oqrs/result.php index 44d783b9c..55c40fba9 100644 --- a/application/views/oqrs/result.php +++ b/application/views/oqrs/result.php @@ -27,10 +27,10 @@ foreach ($result as $mode => $value) { } echo ''; echo strtoupper($callsign) . ' ' . sprintf( - ngettext('has %d band slot', 'has %d band slots', intval($count)), + _ngettext('has %d band slot', 'has %d band slots', intval($count)), intval($count) ) . ' ' . sprintf( - ngettext('and has %d QSO in the log', 'and has %d QSOs in the log', intval($qsocount)), + _ngettext('and has %d QSO in the log', 'and has %d QSOs in the log', intval($qsocount)), intval($qsocount) ) . '.

'; ?> diff --git a/application/views/station_profile/create.php b/application/views/station_profile/create.php index 8837fcb8a..593dd3505 100644 --- a/application/views/station_profile/create.php +++ b/application/views/station_profile/create.php @@ -72,7 +72,7 @@ if ($dxcc_list->result() > 0) { num_rows() > 0) { ?>