From bfec6f0aa2787f2bc19668d8f77221496d4206d9 Mon Sep 17 00:00:00 2001 From: David Bailes Date: Thu, 5 Jul 2018 11:44:00 +0100 Subject: [PATCH] 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. --- src/toolbars/SpectralSelectionBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolbars/SpectralSelectionBar.cpp b/src/toolbars/SpectralSelectionBar.cpp index ad8bb8bbb..ad2f7eabf 100644 --- a/src/toolbars/SpectralSelectionBar.cpp +++ b/src/toolbars/SpectralSelectionBar.cpp @@ -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