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:
parent
d1994e702e
commit
a9bc6d2f53
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user