LABEL: pedantic adjustment, say Edit, nit Set

This commit is contained in:
vsonnier 2016-06-11 14:28:29 +02:00
parent 9de22ffaf1
commit 59163f8335
1 changed files with 1 additions and 1 deletions

View File

@ -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();