Remove unreferenced translation string

This commit is contained in:
phl0
2025-11-06 12:51:02 +01:00
parent faf4565631
commit c5aca6fc46

View File

@@ -32,7 +32,6 @@ switch ($date_format) {
var lang_qso_title_not_worked_before = "<?= __("Not worked before"); ?>";
var lang_qso_more = "<?= __("more"); ?>";
var lang_qso_less = "<?= __("less"); ?>";
var lang_dxccsummary_for = "<?= __("DXCC Summary for "); ?>";
var lang_lotw_upload_day_ago = "<?= __("LoTW User. Last upload was 1 day ago."); ?>";
var lang_lotw_upload_days_ago = "<?= __("LoTW User. Last upload was %x days ago."); ?>"; // due to the way the string is built (PHP to JS), %x is replaced with the number of days
var lang_invalid_ant_el = "<?= __("Invalid value for antenna elevation:"); ?>";