[Translation] Replaced string $this->lang-line where no echo was used

This commit is contained in:
Andreas
2023-05-14 13:54:10 +02:00
parent ac2cdc6e58
commit b5d4e41806
23 changed files with 136 additions and 136 deletions

View File

@@ -35,7 +35,7 @@
foreach($dxcc as $d){
echo '<option value=' . $d->adif . '>' . $d->prefix . ' - ' . ucwords(strtolower($d->name), "- (/");
if ($d->Enddate != null) {
echo ' ('.$this->lang->line('gen_hamradio_deleted_dxcc').')';
echo ' ('.lang('gen_hamradio_deleted_dxcc').')';
}
echo '</option>';
}