1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 07:31:19 +01:00

Fix Bug 432: Cleanspeech mode will now not activate, even if it was enabled in a previous version (and even if it has been deliberately added to audacity.cfg).

This commit is contained in:
james.k.crook@gmail.com
2012-03-25 20:22:10 +00:00
parent 1f17e0bb45
commit 860e19ae47
6 changed files with 25 additions and 19 deletions

View File

@@ -117,7 +117,7 @@ ToolBar::~ToolBar()
//
wxString ToolBar::GetTitle()
{
/* i18n-hint: %s will be replaced by the version number.*/
/* i18n-hint: %s will be replaced by the name of the kind of toolbar.*/
return wxString::Format( _("Audacity %s ToolBar"), GetLabel().c_str() );
}