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) { ?>