From 6182f9c33eecf419738bafbd48815c5e292e39c2 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Sat, 13 Oct 2012 22:55:07 +0000 Subject: [PATCH] Fix typo in r11998 --- src/LabelDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LabelDialog.cpp b/src/LabelDialog.cpp index a953da24c..4c762f5e6 100644 --- a/src/LabelDialog.cpp +++ b/src/LabelDialog.cpp @@ -109,7 +109,7 @@ LabelDialog::LabelDialog(wxWindow *parent, wxStaticText *instruct = new wxStaticText(this, wxID_ANY, - _("Press F2 or double click to edit cell contents.")), + _("Press F2 or double click to edit cell contents.")); instruct->SetName(instruct->GetLabel()); // fix for bug 577 (NVDA/Narrator screen readers do not read static text in dialogs) vs->Add(instruct, 0,