diff --git a/application/locale/de_DE/LC_MESSAGES/messages.po b/application/locale/de_DE/LC_MESSAGES/messages.po index e3e1674ee..2ed2386f3 100644 --- a/application/locale/de_DE/LC_MESSAGES/messages.po +++ b/application/locale/de_DE/LC_MESSAGES/messages.po @@ -6125,8 +6125,8 @@ msgstr "Zurücksetzen" #: application/views/interface_assets/footer.php:34 #: application/views/qso/edit_ajax.php:211 msgid "" -"This propagation mode is not supported by LoTW. LoTW QSL fields disabled." -msgstr "Diese Ausbreitungsart wird von LotW nicht unterstützt. LoTW QSL Felder deaktiviert." +"Propagation mode is not supported by LoTW. LoTW QSL fields disabled." +msgstr "Ausbreitungsart wird von LotW nicht unterstützt. LoTW QSL Felder deaktiviert." #: application/views/interface_assets/footer.php:116 #: application/views/interface_assets/header.php:426 diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index 64cb0b15c..c6fdeda05 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -31,7 +31,7 @@ var lang_admin_close = "= __("Close"); ?>"; var lang_admin_save = "= __("Save"); ?>"; var lang_admin_clear = "= __("Clear"); ?>"; - var lang_lotw_propmode_hint = "= __("This propagation mode is not supported by LoTW. LoTW QSL fields disabled."); ?>"; + var lang_lotw_propmode_hint = "= __("Propagation mode is not supported by LoTW. LoTW QSL fields disabled."); ?>"; diff --git a/application/views/qso/edit_ajax.php b/application/views/qso/edit_ajax.php index 52ef30769..10846632f 100644 --- a/application/views/qso/edit_ajax.php +++ b/application/views/qso/edit_ajax.php @@ -208,7 +208,7 @@ - COL_PROP_MODE, $this->config->item('lotw_unsupported_prop_modes'))) { echo __("This propagation mode is not supported by LoTW. LoTW QSL fields disabled."); } else { echo " "; } ?> + COL_PROP_MODE, $this->config->item('lotw_unsupported_prop_modes'))) { echo __("Propagation mode is not supported by LoTW. LoTW QSL fields disabled."); } else { echo " "; } ?> @@ -479,7 +479,7 @@