From 47fe07bb429c88bb797430e03b423748d9aac9fe Mon Sep 17 00:00:00 2001 From: James Crook Date: Wed, 27 Mar 2019 10:46:53 +0000 Subject: [PATCH] Wording 'MP3' -> 'LAME MP3' x2 'Built In' -> 'Built-in' 'AudioUnit' -> 'Audio Unit' --- src/effects/audiounits/AudioUnitEffect.h | 2 +- src/export/ExportMP3.cpp | 2 +- src/prefs/LibraryPrefs.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/effects/audiounits/AudioUnitEffect.h b/src/effects/audiounits/AudioUnitEffect.h index 1d6e108c6..191bfc7b7 100644 --- a/src/effects/audiounits/AudioUnitEffect.h +++ b/src/effects/audiounits/AudioUnitEffect.h @@ -30,7 +30,7 @@ #define AUDIOUNITEFFECTS_VERSION wxT("1.0.0.0") /* 18n-hint: the name of an Apple audio software protocol */ -#define AUDIOUNITEFFECTS_FAMILY XO("AudioUnit") +#define AUDIOUNITEFFECTS_FAMILY XO("Audio Unit") class AudioUnitEffect; diff --git a/src/export/ExportMP3.cpp b/src/export/ExportMP3.cpp index a4ee586ce..baac43832 100644 --- a/src/export/ExportMP3.cpp +++ b/src/export/ExportMP3.cpp @@ -2259,7 +2259,7 @@ wxString GetMP3Version(wxWindow *parent, bool prompt) versionString = exporter.GetLibraryVersion(); #ifdef MP3_EXPORT_BUILT_IN versionString += " "; - versionString += _("(Built In)"); + versionString += _("(Built-in)"); #endif #ifndef DISABLE_DYNAMIC_LOADING_LAME diff --git a/src/prefs/LibraryPrefs.cpp b/src/prefs/LibraryPrefs.cpp index c49f5e371..3455ba9e8 100644 --- a/src/prefs/LibraryPrefs.cpp +++ b/src/prefs/LibraryPrefs.cpp @@ -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..."),