1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-25 15:53:52 +02:00
'MP3' -> 'LAME MP3' x2
'Built In' -> 'Built-in'
'AudioUnit' -> 'Audio Unit'
This commit is contained in:
James Crook
2019-03-27 10:46:53 +00:00
parent c3aad2e026
commit 47fe07bb42
3 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ void LibraryPrefs::PopulateOrExchange(ShuttleGui & S)
S.SetBorder(2);
S.StartScroller();
S.StartStatic(_("MP3 Export Library"));
S.StartStatic(_("LAME MP3 Export Library"));
{
S.StartTwoColumn();
{
@@ -96,7 +96,7 @@ void LibraryPrefs::PopulateOrExchange(ShuttleGui & S)
// Old buttons, not needed now that the lib is built-in.
#ifndef MP3_EXPORT_BUILT_IN
S.AddVariableText(_("MP3 Library:"),
S.AddVariableText(_("LAME MP3 Library:"),
true,
wxALL | wxALIGN_RIGHT | wxALIGN_CENTRE_VERTICAL);
wxButton *locate_button = S.Id(ID_MP3_FIND_BUTTON).AddButton(_("&Locate..."),