mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Fix typo in r11998
This commit is contained in:
parent
fd17ae3903
commit
6182f9c33e
@ -109,7 +109,7 @@ LabelDialog::LabelDialog(wxWindow *parent,
|
|||||||
wxStaticText *instruct =
|
wxStaticText *instruct =
|
||||||
new wxStaticText(this,
|
new wxStaticText(this,
|
||||||
wxID_ANY,
|
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)
|
instruct->SetName(instruct->GetLabel()); // fix for bug 577 (NVDA/Narrator screen readers do not read static text in dialogs)
|
||||||
vs->Add(instruct,
|
vs->Add(instruct,
|
||||||
0,
|
0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user