mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-23 17:25:54 +01:00
Further fix for bug 957.
Tool Tip was missing space between "Spectral" and "Selection" when selected language updated.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user