Skip to content

Commit

Permalink
Change Msg->Message on bottom.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Dec 19, 2023
1 parent f18e28e commit fde1db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freedv_reporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ FreeDVReporterDialog::FreeDVReporterDialog(wxWindow* parent, wxWindowID id, cons

m_trackFrequency->SetValue(wxGetApp().appConfiguration.reportingConfiguration.freedvReporterBandFilterTracksFrequency);

auto statusMessageLabel = new wxStaticText(this, wxID_ANY, _("Msg:"), wxDefaultPosition, wxDefaultSize);
auto statusMessageLabel = new wxStaticText(this, wxID_ANY, _("Message:"), wxDefaultPosition, wxDefaultSize);
reportingSettingsSizer->Add(statusMessageLabel, 0, wxALL | wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL, 5);

m_statusMessage = new wxComboBox(this, wxID_ANY, _(""), wxDefaultPosition, wxSize(175, -1), 0, nullptr, wxCB_DROPDOWN | wxTE_PROCESS_ENTER);
Expand Down

0 comments on commit fde1db3

Please sign in to comment.