1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +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

@@ -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;