mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-05 22:21:15 +01:00
ShuttleGui::AddChoice and TieChoice take TranslatableStrings
This commit is contained in:
@@ -126,11 +126,11 @@ void ModulePrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.TieChoice( mModules[i],
|
||||
mStatuses[i],
|
||||
{
|
||||
_("Disabled" ) ,
|
||||
_("Enabled" ) ,
|
||||
_("Ask" ) ,
|
||||
_("Failed" ) ,
|
||||
_("New" ) ,
|
||||
XO("Disabled" ) ,
|
||||
XO("Enabled" ) ,
|
||||
XO("Ask" ) ,
|
||||
XO("Failed" ) ,
|
||||
XO("New" ) ,
|
||||
}
|
||||
);
|
||||
S.EndMultiColumn();
|
||||
|
||||
Reference in New Issue
Block a user