mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Make effect family names translatable and add i18n-hint comments
This commit is contained in:
@@ -118,6 +118,7 @@ wxString AudioUnitEffectsModule::GetSymbol()
|
||||
|
||||
wxString AudioUnitEffectsModule::GetName()
|
||||
{
|
||||
/* 18n-hint: Audio Unit is the name of an Apple audio software protocol */
|
||||
return XO("Audio Unit Effects");
|
||||
}
|
||||
|
||||
|
@@ -29,7 +29,8 @@
|
||||
#include "AUControl.h"
|
||||
|
||||
#define AUDIOUNITEFFECTS_VERSION wxT("1.0.0.0")
|
||||
#define AUDIOUNITEFFECTS_FAMILY wxT("AudioUnit")
|
||||
/* 18n-hint: the name of an Apple audio software protocol */
|
||||
#define AUDIOUNITEFFECTS_FAMILY XO("AudioUnit")
|
||||
|
||||
class AudioUnitEffect;
|
||||
|
||||
|
Reference in New Issue
Block a user