mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 06:31:07 +01:00
TranslatableString for prompts of choice controls
This commit is contained in:
@@ -123,7 +123,7 @@ void ModulePrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.StartMultiColumn( 2 );
|
||||
int i;
|
||||
for(i=0;i<(int)mModules.size();i++)
|
||||
S.TieChoice( mModules[i],
|
||||
S.TieChoice( Verbatim( mModules[i] ),
|
||||
mStatuses[i],
|
||||
{
|
||||
XO("Disabled" ) ,
|
||||
|
||||
Reference in New Issue
Block a user