mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Translation] Replaced string $this->lang-line where no echo was used
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
foreach ($dxcc_list->result() as $dxcc) {
|
||||
echo '<option value=' . $dxcc->adif . '> ' . ucwords(strtolower($dxcc->name)) . ' - ' . $dxcc->prefix;
|
||||
if ($dxcc->end != null) {
|
||||
echo ' ('.$this->lang->line('gen_hamradio_deleted_dxcc').')';
|
||||
echo ' ('.lang('gen_hamradio_deleted_dxcc').')';
|
||||
}
|
||||
echo '</option>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user