mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-04-07 03:58:37 -04:00
LABEL: pedantic adjustment, say Edit, nit Set
This commit is contained in:
parent
9de22ffaf1
commit
59163f8335
@ -737,7 +737,7 @@ void CubicSDR::showLabelInput() {
|
||||
|
||||
if (activeDemod != nullptr) {
|
||||
|
||||
const wxString demodTitle("Set Demodulator label");
|
||||
const wxString demodTitle("Edit Demodulator label");
|
||||
|
||||
DemodLabelDialog labelDialog(appframe, -1, demodTitle, activeDemod, wxPoint(-100, -100), wxSize(500, 75), wxDEFAULT_DIALOG_STYLE);
|
||||
labelDialog.ShowModal();
|
||||
|
Loading…
Reference in New Issue
Block a user