From 59163f8335bf0d46f3b759600201d05438b5bfb1 Mon Sep 17 00:00:00 2001 From: vsonnier Date: Sat, 11 Jun 2016 14:28:29 +0200 Subject: [PATCH] LABEL: pedantic adjustment, say Edit, nit Set --- src/CubicSDR.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CubicSDR.cpp b/src/CubicSDR.cpp index aa496cf..2ee7d21 100644 --- a/src/CubicSDR.cpp +++ b/src/CubicSDR.cpp @@ -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();