mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-22 22:21:11 +02:00
TranslatableString for prompts of choice controls
This commit is contained in:
@@ -188,18 +188,18 @@ void GUIPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.StartMultiColumn(2);
|
||||
{
|
||||
|
||||
S.TieChoice( _("&Language:"),
|
||||
S.TieChoice( XO("&Language:"),
|
||||
{
|
||||
wxT("/Locale/Language"),
|
||||
{ ByColumns, mLangNames, mLangCodes }
|
||||
}
|
||||
);
|
||||
|
||||
S.TieChoice( _("Location of &Manual:"), GUIManualLocation);
|
||||
S.TieChoice( XO("Location of &Manual:"), GUIManualLocation);
|
||||
|
||||
S.TieChoice( _("Th&eme:"), GUITheme);
|
||||
S.TieChoice( XO("Th&eme:"), GUITheme);
|
||||
|
||||
S.TieChoice( _("Meter dB &range:"),
|
||||
S.TieChoice( XO("Meter dB &range:"),
|
||||
{
|
||||
ENV_DB_KEY,
|
||||
{ ByColumns, mRangeChoices, mRangeCodes },
|
||||
|
||||
Reference in New Issue
Block a user