1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-26 17:18:41 +02:00

Further fix for bug 957.

Tool Tip was missing space between "Spectral" and "Selection" when
selected language updated.
This commit is contained in:
Steve Daulton 2015-05-30 12:12:52 +01:00
parent d1994e702e
commit a9bc6d2f53

View File

@ -198,7 +198,7 @@ void SpectralSelectionBar::UpdatePrefs()
}
// Set label to pull in language change
SetLabel(_("SpectralSelection"));
SetLabel(_("Spectral Selection"));
// Give base class a chance
ToolBar::UpdatePrefs();