Update some missing i18n strings

This commit is contained in:
Bill Somerville
2020-07-13 00:55:42 +01:00
parent 8c7e4ba42f
commit bcff949025
15 changed files with 3921 additions and 2736 deletions
+1 -1
View File
@@ -684,7 +684,7 @@ void HamlibTransceiver::do_stop ()
TRACE_CAT ("HamlibTransceiver", "state:" << state () << "reversed =" << reversed_);
}
auto HamlibTransceiver::get_vfos (bool for_split) const -> std::tuple<vfo_t, vfo_t>
std::tuple<vfo_t, vfo_t> HamlibTransceiver::get_vfos (bool for_split) const
{
if (get_vfo_works_ && rig_->caps->get_vfo)
{