mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 16:11:11 +01:00
Spectral Selection toolbar: minor accessibility change.
Change the accessible name of the combo box from "Spectral selection" to "Show". It's less verbose, and brings it into line with the "Show" combo box in the Selection toolbar.
This commit is contained in:
@@ -150,7 +150,7 @@ void SpectralSelectionBar::Populate()
|
||||
};
|
||||
mChoice = safenew wxChoice
|
||||
(this, OnChoiceID, wxDefaultPosition, wxDefaultSize, 2, choices,
|
||||
0, wxDefaultValidator, _("Spectral Selection"));
|
||||
0, wxDefaultValidator, _("Show"));
|
||||
mChoice->SetSelection(mbCenterAndWidth ? 0 : 1);
|
||||
#if wxUSE_ACCESSIBILITY
|
||||
// so that name can be set on a standard control
|
||||
|
||||
Reference in New Issue
Block a user